Skip to content

Commit

Permalink
chore: Adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Jan 30, 2024
1 parent 0612fd1 commit dd42d6f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
name: Linting

on:
pull_request_target:
types:
- opened
- edited
- synchronize


jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
Expand All @@ -26,5 +23,5 @@ jobs:
- name: Run eslint on changed files
uses: reviewdog/action-eslint@v1
with:
reporter: github-check
reporter: github-pr-check
eslint_flags: " -c .eslintrc.js './src/**/*.ts' --max-warnings=0 --ignore-path .gitignore"

0 comments on commit dd42d6f

Please sign in to comment.