Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 15, 2020
1 parent d902eed commit dae2181
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- name: lint
run: yarn lint
- run: npm install
- run: npm run lint
- name: dependencies
run: ./cli.js dep-check -- -i aegir
- uses: ./actions/bundle-size
name: size
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
test-node:
needs: check
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit dae2181

Please sign in to comment.