From 2dbf1373cd7808961457104ad61605dde976d9f6 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 20 Aug 2024 00:39:36 +0200 Subject: [PATCH] Update CI config --- .github/workflows/push.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6ae769f..675ef04 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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: