Skip to content

Commit

Permalink
CI: add crystal tool format check
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Oct 28, 2023
1 parent b71e651 commit 329a33e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -17,19 +17,22 @@ on:
- cron: "0 6 * * 1"

jobs:
test:
format:
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v2
- uses: crystal-lang/install-crystal@v1
- run: crystal tool format

test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: crystal-lang/install-crystal@v1
- run: make test

test_mt:
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[skip ci]')"

steps:
- uses: actions/checkout@v2
- uses: crystal-lang/install-crystal@v1
Expand Down

0 comments on commit 329a33e

Please sign in to comment.