Skip to content

Commit

Permalink
Update github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jul 26, 2024
1 parent 2c529e8 commit d97f58b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ concurrency:
cancel-in-progress: true

jobs:
check:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/configure-pages@v2
- uses: Swatinem/rust-cache@v2
- run: cargo install --verbose --git https://github.com/aiken-lang/aiken.git
- uses: aiken-lang/setup-aiken@v1
with:
version: v1.0.29-alpha
- run: aiken fmt --check
- run: aiken check -D
- run: aiken build
- run: aiken docs -o docs
- uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit d97f58b

Please sign in to comment.