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

Commit

Permalink
Update more [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Feb 18, 2024
1 parent db25658 commit 013ea51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump-flake-lock-and-selfup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
dry-run: ${{ github.event_name == 'pull_request' }}
optional-run: |
nix develop --command bash -c 'node --version | tr -d v' > .node-version
git add .node-version
# https://stackoverflow.com/q/34807971
git update-index -q --really-refresh
git diff-index --quiet HEAD || git commit -m 'Update .node-version' .node-version
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ jobs:
- uses: actions/checkout@v4
- uses: dprint/[email protected]
with:
# Keep same version as used in *.nix
dprint-version: '0.40.2'
dprint-version: '0.40.2' # selfup { "regex": "\\d[^']+", "script": "dprint --version | cut -d ' ' -f 2" }

typos:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Keep same version as used in *.nix
- uses: crate-ci/[email protected]
- uses: crate-ci/[email protected] # selfup { "regex": "\\d\\.\\d+\\.\\d+", "script": "typos --version | cut -d ' ' -f 2" }
with:
files: |
.
Expand Down

0 comments on commit 013ea51

Please sign in to comment.