Skip to content

Commit

Permalink
fix: lint after post dependabot install
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored and lukekarrys committed Mar 29, 2022
1 parent 1a01cf4 commit da74ad9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
git add .
git commit -am "chore: postinstall for dependabot template-oss PR"
git push
npm run lint
1 change: 1 addition & 0 deletions lib/content/post-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jobs:
git add .
git commit -am "chore: postinstall for dependabot template-oss PR"
git push
npm run lint
14 changes: 8 additions & 6 deletions tap-snapshots/test/apply/full-content.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ updates:
name: Audit
on:
workflow_dispatch:
workflow_dispatch: null
schedule:
# "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
- cron: "0 1 * * 1"
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
name: CI
on:
workflow_dispatch:
workflow_dispatch: null
pull_request:
branches:
- '*'
Expand Down Expand Up @@ -337,6 +337,7 @@ jobs:
git add .
git commit -am "chore: postinstall for dependabot template-oss PR"
git push
npm run lint
.github/workflows/pull-request.yml
========================================
Expand Down Expand Up @@ -611,7 +612,7 @@ updates:
name: Audit
on:
workflow_dispatch:
workflow_dispatch: null
schedule:
# "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
- cron: "0 1 * * 1"
Expand Down Expand Up @@ -641,7 +642,7 @@ jobs:
name: CI - bbb
on:
workflow_dispatch:
workflow_dispatch: null
pull_request:
branches:
- '*'
Expand Down Expand Up @@ -734,7 +735,7 @@ jobs:
name: CI - @name/aaaa
on:
workflow_dispatch:
workflow_dispatch: null
pull_request:
branches:
- '*'
Expand Down Expand Up @@ -827,7 +828,7 @@ jobs:
name: CI
on:
workflow_dispatch:
workflow_dispatch: null
pull_request:
branches:
- '*'
Expand Down Expand Up @@ -1001,6 +1002,7 @@ jobs:
git add .
git commit -am "chore: postinstall for dependabot template-oss PR"
git push
npm run lint
.github/workflows/pull-request.yml
========================================
Expand Down
2 changes: 1 addition & 1 deletion tap-snapshots/test/check/diffs.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ The repo file audit.yml needs to be updated:
name: Audit
on:
workflow_dispatch:
workflow_dispatch: null
schedule:
# "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
- cron: "0 1 * * 1"
Expand Down

0 comments on commit da74ad9

Please # to comment.