Skip to content

Commit

Permalink
Update aiken_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism authored Jan 24, 2024
1 parent 47612b1 commit 2f8edb7
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/aiken_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true

- name: Install Aiken from GitHub Source
run: cargo install --git https://github.com/aiken-lang/aiken.git
- name: Set execute permission on Aiken
run: chmod +x ./.github/aiken

- name: Run Aiken Check
run: aiken check
run: ./.github/aiken check

0 comments on commit 2f8edb7

Please sign in to comment.