Skip to content

Commit

Permalink
Name
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 19, 2020
1 parent f2fb408 commit 877814c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Check JSDoc Types
run: yarn lint:typecheck

- name: Lint Code
- name: Lint ESLint
run: yarn lint:eslint

- name: Lint Prettier
Expand All @@ -38,5 +38,5 @@ jobs:
- name: Lint Changelog
run: yarn lint:changelog

- name: Check File Changes
- name: Check Lock File Changes
run: yarn && echo "Listing changed files:" && git diff --name-only --exit-code && echo "No files changed during lint."

0 comments on commit 877814c

Please sign in to comment.