-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e7687b
commit 7ee00de
Showing
3 changed files
with
1,647 additions
and
1,114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- name: Run tests and do code coverage check | ||
run: npm run test:coverage | ||
- name: Run code linter | ||
uses: mooyoul/[email protected].2 | ||
uses: mooyoul/[email protected].4 | ||
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }} | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
Oops, something went wrong.