Skip to content

Commit

Permalink
Use setup-aiken for CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Oct 17, 2024
1 parent 8233b30 commit 0f88f8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
uses: actions/configure-pages@v2

- name: 🧰 Install Aiken
run: cargo install --verbose --git https://github.com/aiken-lang/aiken.git
uses: aiken-lang/setup-aiken@v1
with:
version: v1.1.4

- name: 📝 Run fmt
run: aiken fmt --check
Expand Down

0 comments on commit 0f88f8f

Please sign in to comment.