Skip to content

Commit

Permalink
chore: test new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldocosta committed Apr 3, 2024
1 parent 980848a commit 70002f1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lint-reviewdog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: reviewdog
on:
push:
branches:
- main
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm install
- uses: reviewdog/action-eslint@v1
with:
reporter: github-check

0 comments on commit 70002f1

Please sign in to comment.