From 57d052d777d0e58b43d1adeff77d467ff88c2d68 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 25 Feb 2024 11:43:05 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=F0=9F=8F=BB=E2=80=8D=E2=99=80?= =?UTF-8?q?=EF=B8=8F=20Activate=20mise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checks.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index f66b88c..2ae271b 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -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: | @@ -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