Skip to content

Commit

Permalink
Merge branch 'main' into fix-background-root-cert-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor committed Oct 31, 2023
2 parents ee12fbe + fc984fa commit 048b524
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: "latest"
cache: "npm"

- run: npm ci

- uses: reviewdog/action-eslint@v1
with:
reporter: github-pr-review
Expand Down

0 comments on commit 048b524

Please sign in to comment.