Skip to content

Commit

Permalink
Rename to ci.yml and add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rivernate committed Jul 18, 2024
1 parent dcba4c0 commit d863be4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reviewdog.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: reviewdog
name: CI
on: [pull_request]
jobs:
reviewdog:
Expand Down Expand Up @@ -31,3 +31,4 @@ jobs:
reporter: github-pr-review
level: error
eslint_flags: ${{ steps.changed-files.outputs.all_changed_files }}
- run: npm test

0 comments on commit d863be4

Please sign in to comment.