Skip to content

Commit da74ad9

Browse files
wraithgarlukekarrys
authored andcommitted
fix: lint after post dependabot install
1 parent 1a01cf4 commit da74ad9

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.github/workflows/post-dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ jobs:
4141
git add .
4242
git commit -am "chore: postinstall for dependabot template-oss PR"
4343
git push
44+
npm run lint

lib/content/post-dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ jobs:
3131
git add .
3232
git commit -am "chore: postinstall for dependabot template-oss PR"
3333
git push
34+
npm run lint

tap-snapshots/test/apply/full-content.js.test.cjs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ updates:
133133
name: Audit
134134
135135
on:
136-
workflow_dispatch:
136+
workflow_dispatch: null
137137
schedule:
138138
# "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
139139
- cron: "0 1 * * 1"
@@ -163,7 +163,7 @@ jobs:
163163
name: CI
164164
165165
on:
166-
workflow_dispatch:
166+
workflow_dispatch: null
167167
pull_request:
168168
branches:
169169
- '*'
@@ -337,6 +337,7 @@ jobs:
337337
git add .
338338
git commit -am "chore: postinstall for dependabot template-oss PR"
339339
git push
340+
npm run lint
340341
341342
.github/workflows/pull-request.yml
342343
========================================
@@ -611,7 +612,7 @@ updates:
611612
name: Audit
612613
613614
on:
614-
workflow_dispatch:
615+
workflow_dispatch: null
615616
schedule:
616617
# "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
617618
- cron: "0 1 * * 1"
@@ -641,7 +642,7 @@ jobs:
641642
name: CI - bbb
642643
643644
on:
644-
workflow_dispatch:
645+
workflow_dispatch: null
645646
pull_request:
646647
branches:
647648
- '*'
@@ -734,7 +735,7 @@ jobs:
734735
name: CI - @name/aaaa
735736
736737
on:
737-
workflow_dispatch:
738+
workflow_dispatch: null
738739
pull_request:
739740
branches:
740741
- '*'
@@ -827,7 +828,7 @@ jobs:
827828
name: CI
828829
829830
on:
830-
workflow_dispatch:
831+
workflow_dispatch: null
831832
pull_request:
832833
branches:
833834
- '*'
@@ -1001,6 +1002,7 @@ jobs:
10011002
git add .
10021003
git commit -am "chore: postinstall for dependabot template-oss PR"
10031004
git push
1005+
npm run lint
10041006
10051007
.github/workflows/pull-request.yml
10061008
========================================

tap-snapshots/test/check/diffs.js.test.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ The repo file audit.yml needs to be updated:
353353
name: Audit
354354
355355
on:
356-
workflow_dispatch:
356+
workflow_dispatch: null
357357
schedule:
358358
# "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
359359
- cron: "0 1 * * 1"

0 commit comments

Comments
 (0)