Skip to content

Commit

Permalink
Switch to mise
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Nov 30, 2024
1 parent 8c7fcc6 commit 1b66771
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 51 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "J. Doe"
- name: Run install-dev-tools.sh
- name: Install mise
run: |
set -e
mkdir $HOME/bin
./dev/bin/install-dev-tools.sh
set -x
curl https://mise.run | sh
mise install
- name: Run precious
run: |
PATH=$PATH:$HOME/bin precious lint -a
mise exec -- precious lint -a
47 changes: 0 additions & 47 deletions dev/bin/install-dev-tools.sh

This file was deleted.

9 changes: 9 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[tools]
node = "22.11.0"
"npm:prettier" = "3.4.1"
shellcheck = "v0.10.0"
shfmt = "v3.10.0"
taplo = "0.9.3"
typos = "1.28.1"
"ubi:houseabsolute/omegasort" = "v0.1.3"
"ubi:houseabsolute/precious" = "v0.7.3"

0 comments on commit 1b66771

Please sign in to comment.