This repository was archived by the owner on Sep 9, 2024. It is now read-only.
Commit 013ea51 1 parent db25658 commit 013ea51 Copy full SHA for 013ea51
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 17
17
dry-run : ${{ github.event_name == 'pull_request' }}
18
18
optional-run : |
19
19
nix develop --command bash -c 'node --version | tr -d v' > .node-version
20
+ git add .node-version
20
21
# https://stackoverflow.com/q/34807971
21
22
git update-index -q --really-refresh
22
23
git diff-index --quiet HEAD || git commit -m 'Update .node-version' .node-version
Original file line number Diff line number Diff line change @@ -17,16 +17,14 @@ jobs:
17
17
- uses : actions/checkout@v4
18
18
- uses : dprint/check@v2.2
19
19
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" }
22
21
23
22
typos :
24
23
timeout-minutes : 15
25
24
runs-on : ubuntu-latest
26
25
steps :
27
26
- 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" }
30
28
with :
31
29
files : |
32
30
.
You can’t perform that action at this time.
0 commit comments