Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shan501 authored Oct 22, 2024
1 parent f53a360 commit c36340d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Continuous Integration

on:
push:
Expand All @@ -10,11 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: aiken-lang/[email protected]
- uses: aiken-lang/setup-aiken@v1
with:
version: v1.0.25-alpha

version: v1.1.4
- run: aiken fmt --check
- run: aiken check -D
- run: aiken build

0 comments on commit c36340d

Please sign in to comment.