Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 013ea51

Browse files
committed
Update more [ci skip]
1 parent db25658 commit 013ea51

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/bump-flake-lock-and-selfup.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
dry-run: ${{ github.event_name == 'pull_request' }}
1818
optional-run: |
1919
nix develop --command bash -c 'node --version | tr -d v' > .node-version
20+
git add .node-version
2021
# https://stackoverflow.com/q/34807971
2122
git update-index -q --really-refresh
2223
git diff-index --quiet HEAD || git commit -m 'Update .node-version' .node-version

.github/workflows/lint.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: dprint/check@v2.2
1919
with:
20-
# Keep same version as used in *.nix
21-
dprint-version: '0.40.2'
20+
dprint-version: '0.40.2' # selfup { "regex": "\\d[^']+", "script": "dprint --version | cut -d ' ' -f 2" }
2221

2322
typos:
2423
timeout-minutes: 15
2524
runs-on: ubuntu-latest
2625
steps:
2726
- uses: actions/checkout@v4
28-
# Keep same version as used in *.nix
29-
- uses: crate-ci/typos@v1.14.10
27+
- uses: crate-ci/typos@v1.14.10 # selfup { "regex": "\\d\\.\\d+\\.\\d+", "script": "typos --version | cut -d ' ' -f 2" }
3028
with:
3129
files: |
3230
.

0 commit comments

Comments
 (0)