Skip to content

Commit 171b8a0

Browse files
committed
chore: remove extra git dirty check from ci
1 parent 323cc4f commit 171b8a0

24 files changed

+0
-98
lines changed

.github/workflows/audit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
run: node scripts/git-dirty.js
3434
- name: Reset Deps
3535
run: node scripts/resetdeps.js --package-lock
36-
- name: Check Git Status
37-
run: node scripts/git-dirty.js
3836
- name: Run Production Audit
3937
run: node . audit --omit=dev
4038
- name: Run Full Audit

.github/workflows/ci-libnpmaccess.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
run: node scripts/git-dirty.js
4343
- name: Reset Deps
4444
run: node scripts/resetdeps.js
45-
- name: Check Git Status
46-
run: node scripts/git-dirty.js
4745
- name: Lint
4846
run: node . run lint --ignore-scripts -w libnpmaccess
4947
- name: Post Lint
@@ -91,8 +89,6 @@ jobs:
9189
run: node scripts/git-dirty.js
9290
- name: Reset Deps
9391
run: node scripts/resetdeps.js
94-
- name: Check Git Status
95-
run: node scripts/git-dirty.js
9692
- name: Add Problem Matcher
9793
run: echo "::add-matcher::.github/matchers/tap.json"
9894
- name: Test

.github/workflows/ci-libnpmdiff.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
run: node scripts/git-dirty.js
4343
- name: Reset Deps
4444
run: node scripts/resetdeps.js
45-
- name: Check Git Status
46-
run: node scripts/git-dirty.js
4745
- name: Lint
4846
run: node . run lint --ignore-scripts -w libnpmdiff
4947
- name: Post Lint
@@ -91,8 +89,6 @@ jobs:
9189
run: node scripts/git-dirty.js
9290
- name: Reset Deps
9391
run: node scripts/resetdeps.js
94-
- name: Check Git Status
95-
run: node scripts/git-dirty.js
9692
- name: Add Problem Matcher
9793
run: echo "::add-matcher::.github/matchers/tap.json"
9894
- name: Test

.github/workflows/ci-libnpmexec.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
run: node scripts/git-dirty.js
4343
- name: Reset Deps
4444
run: node scripts/resetdeps.js
45-
- name: Check Git Status
46-
run: node scripts/git-dirty.js
4745
- name: Lint
4846
run: node . run lint --ignore-scripts -w libnpmexec
4947
- name: Post Lint
@@ -91,8 +89,6 @@ jobs:
9189
run: node scripts/git-dirty.js
9290
- name: Reset Deps
9391
run: node scripts/resetdeps.js
94-
- name: Check Git Status
95-
run: node scripts/git-dirty.js
9692
- name: Add Problem Matcher
9793
run: echo "::add-matcher::.github/matchers/tap.json"
9894
- name: Test

.github/workflows/ci-libnpmfund.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
run: node scripts/git-dirty.js
4343
- name: Reset Deps
4444
run: node scripts/resetdeps.js
45-
- name: Check Git Status
46-
run: node scripts/git-dirty.js
4745
- name: Lint
4846
run: node . run lint --ignore-scripts -w libnpmfund
4947
- name: Post Lint
@@ -93,8 +91,6 @@ jobs:
9391
run: node scripts/git-dirty.js
9492
- name: Reset Deps
9593
run: node scripts/resetdeps.js
96-
- name: Check Git Status
97-
run: node scripts/git-dirty.js
9894
- name: Add Problem Matcher
9995
run: echo "::add-matcher::.github/matchers/tap.json"
10096
- name: Test

.github/workflows/ci-libnpmhook.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
run: node scripts/git-dirty.js
4343
- name: Reset Deps
4444
run: node scripts/resetdeps.js
45-
- name: Check Git Status
46-
run: node scripts/git-dirty.js
4745
- name: Lint
4846
run: node . run lint --ignore-scripts -w libnpmhook
4947
- name: Post Lint
@@ -91,8 +89,6 @@ jobs:
9189
run: node scripts/git-dirty.js
9290
- name: Reset Deps
9391
run: node scripts/resetdeps.js
94-
- name: Check Git Status
95-
run: node scripts/git-dirty.js
9692
- name: Add Problem Matcher
9793
run: echo "::add-matcher::.github/matchers/tap.json"
9894
- name: Test

.github/workflows/ci-libnpmorg.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
run: node scripts/git-dirty.js
4343
- name: Reset Deps
4444
run: node scripts/resetdeps.js
45-
- name: Check Git Status
46-
run: node scripts/git-dirty.js
4745
- name: Lint
4846
run: node . run lint --ignore-scripts -w libnpmorg
4947
- name: Post Lint
@@ -91,8 +89,6 @@ jobs:
9189
run: node scripts/git-dirty.js
9290
- name: Reset Deps
9391
run: node scripts/resetdeps.js
94-
- name: Check Git Status
95-
run: node scripts/git-dirty.js
9692
- name: Add Problem Matcher
9793
run: echo "::add-matcher::.github/matchers/tap.json"
9894
- name: Test

.github/workflows/ci-libnpmpack.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
run: node scripts/git-dirty.js
4343
- name: Reset Deps
4444
run: node scripts/resetdeps.js
45-
- name: Check Git Status
46-
run: node scripts/git-dirty.js
4745
- name: Lint
4846
run: node . run lint --ignore-scripts -w libnpmpack
4947
- name: Post Lint
@@ -91,8 +89,6 @@ jobs:
9189
run: node scripts/git-dirty.js
9290
- name: Reset Deps
9391
run: node scripts/resetdeps.js
94-
- name: Check Git Status
95-
run: node scripts/git-dirty.js
9692
- name: Add Problem Matcher
9793
run: echo "::add-matcher::.github/matchers/tap.json"
9894
- name: Test

.github/workflows/ci-libnpmpublish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
run: node scripts/git-dirty.js
4343
- name: Reset Deps
4444
run: node scripts/resetdeps.js
45-
- name: Check Git Status
46-
run: node scripts/git-dirty.js
4745
- name: Lint
4846
run: node . run lint --ignore-scripts -w libnpmpublish
4947
- name: Post Lint
@@ -91,8 +89,6 @@ jobs:
9189
run: node scripts/git-dirty.js
9290
- name: Reset Deps
9391
run: node scripts/resetdeps.js
94-
- name: Check Git Status
95-
run: node scripts/git-dirty.js
9692
- name: Add Problem Matcher
9793
run: echo "::add-matcher::.github/matchers/tap.json"
9894
- name: Test

.github/workflows/ci-libnpmsearch.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
run: node scripts/git-dirty.js
4343
- name: Reset Deps
4444
run: node scripts/resetdeps.js
45-
- name: Check Git Status
46-
run: node scripts/git-dirty.js
4745
- name: Lint
4846
run: node . run lint --ignore-scripts -w libnpmsearch
4947
- name: Post Lint
@@ -91,8 +89,6 @@ jobs:
9189
run: node scripts/git-dirty.js
9290
- name: Reset Deps
9391
run: node scripts/resetdeps.js
94-
- name: Check Git Status
95-
run: node scripts/git-dirty.js
9692
- name: Add Problem Matcher
9793
run: echo "::add-matcher::.github/matchers/tap.json"
9894
- name: Test

0 commit comments

Comments
 (0)