Skip to content

Commit

Permalink
πŸ‘·πŸ»β€β™€οΈ Activate mise
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Feb 25, 2024
1 parent 2a747eb commit 57d052d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test:
lint:
runs-on: macos-14
defaults:
run:
shell: bash
steps:
- name: πŸ“² Install Tools
run: |
Expand All @@ -25,6 +28,7 @@ jobs:
mise settings set experimental true
mise install --verbose
mise list --verbose
echo 'eval "$(mise activate bash)"' >> ~/.bashrc
- uses: actions/checkout@v4
- name: 🚨 Lint
run: just lint

0 comments on commit 57d052d

Please sign in to comment.