Skip to content

Commit 7a2dc6e

Browse files
committed
Fix lint workflow to use mise
1 parent a348995 commit 7a2dc6e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,7 @@ jobs:
2222
profile: default
2323
toolchain: stable
2424
override: true
25-
- name: Configure Git
26-
run: |
27-
git config --global user.email "jdoe@example.com"
28-
git config --global user.name "J. Doe"
29-
- name: Run install-dev-tools.sh
30-
run: |
31-
set -e
32-
mkdir $HOME/bin
33-
./dev/bin/install-dev-tools.sh
25+
- uses: jdx/mise-action@v3
3426
- name: Run precious
3527
run: |
36-
PATH=$PATH:$HOME/bin precious lint -a
28+
mise exec -- precious lint -a

0 commit comments

Comments
 (0)