Skip to content

Commit

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

- name: Set execute permission on Aiken
run: chmod +x ./.github/workflows/aiken
- 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: Run Aiken Check
run: ./.github/workflows/aiken check
run: aiken check

0 comments on commit b665abd

Please sign in to comment.