Skip to content

Commit

Permalink
Update lint action description
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Jan 8, 2020
1 parent f7f203d commit d8d8b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: yarn install, build, integrity, test
- name: yarn install, integrity, lint
run: |
yarn install --frozen-lockfile
yarn run integrity
Expand Down

0 comments on commit d8d8b70

Please sign in to comment.