From da74ad966ec5d0d000014258738772d3074d82f5 Mon Sep 17 00:00:00 2001 From: Gar Date: Tue, 29 Mar 2022 13:47:25 -0700 Subject: [PATCH] fix: lint after post dependabot install --- .github/workflows/post-dependabot.yml | 1 + lib/content/post-dependabot.yml | 1 + tap-snapshots/test/apply/full-content.js.test.cjs | 14 ++++++++------ tap-snapshots/test/check/diffs.js.test.cjs | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index bae1d8d2..dde84863 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -41,3 +41,4 @@ jobs: git add . git commit -am "chore: postinstall for dependabot template-oss PR" git push + npm run lint diff --git a/lib/content/post-dependabot.yml b/lib/content/post-dependabot.yml index ad8b3d42..b46379df 100644 --- a/lib/content/post-dependabot.yml +++ b/lib/content/post-dependabot.yml @@ -31,3 +31,4 @@ jobs: git add . git commit -am "chore: postinstall for dependabot template-oss PR" git push + npm run lint diff --git a/tap-snapshots/test/apply/full-content.js.test.cjs b/tap-snapshots/test/apply/full-content.js.test.cjs index ed035f84..ec27ed5d 100644 --- a/tap-snapshots/test/apply/full-content.js.test.cjs +++ b/tap-snapshots/test/apply/full-content.js.test.cjs @@ -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" @@ -163,7 +163,7 @@ jobs: name: CI on: - workflow_dispatch: + workflow_dispatch: null pull_request: branches: - '*' @@ -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 ======================================== @@ -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" @@ -641,7 +642,7 @@ jobs: name: CI - bbb on: - workflow_dispatch: + workflow_dispatch: null pull_request: branches: - '*' @@ -734,7 +735,7 @@ jobs: name: CI - @name/aaaa on: - workflow_dispatch: + workflow_dispatch: null pull_request: branches: - '*' @@ -827,7 +828,7 @@ jobs: name: CI on: - workflow_dispatch: + workflow_dispatch: null pull_request: branches: - '*' @@ -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 ======================================== diff --git a/tap-snapshots/test/check/diffs.js.test.cjs b/tap-snapshots/test/check/diffs.js.test.cjs index 73f61c5f..7dd543a6 100644 --- a/tap-snapshots/test/check/diffs.js.test.cjs +++ b/tap-snapshots/test/check/diffs.js.test.cjs @@ -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"