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 32efe75 commit bde7e49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Binary file added .github/workflows/aiken
Binary file not shown.
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/workflows/aiken

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

0 comments on commit bde7e49

Please sign in to comment.