Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Aug 19, 2024
1 parent 7e0deb3 commit 2dbf137
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
fmt:
runs-on: ubuntu-latest
container:
image: ghcr.io/inko-lang/inko:latest
steps:
- run: microdnf install --quiet --assumeyes tar git
- uses: actions/checkout@v4
- run: inko --version
- run: inko fmt --check

test:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 2dbf137

Please sign in to comment.