We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be273ee commit 68f31a9Copy full SHA for 68f31a9
.github/workflows/reviewdog.yml
@@ -15,6 +15,7 @@ jobs:
15
shellcheck:
16
name: runner / shellcheck
17
runs-on: ubuntu-latest
18
+ if: ${{ github.event.pull_request.changed_files < 301 }}
19
steps:
20
- uses: actions/checkout@v4
21
- name: spellcheck
@@ -30,6 +31,7 @@ jobs:
30
31
misspell:
32
name: runner / misspell
33
34
35
36
37
- name: misspell
@@ -45,6 +47,7 @@ jobs:
45
47
alex:
46
48
name: runner / alex
49
50
51
52
53
- name: alex
0 commit comments