We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63d91b commit d01a121Copy full SHA for d01a121
.github/workflows/ci.yml
@@ -6,18 +6,18 @@ jobs:
6
name: Lint
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
10
- - uses: crystal-ameba/github-action@v0.2.12
+ - uses: actions/checkout@v4
+ - uses: crystal-ameba/github-action@v0.12.0
11
env:
12
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
- uses: crystal-lang/install-crystal@v1
14
- - run: crystal tool format && git diff --exit-code
+ - run: crystal tool format --check
15
16
spec:
17
name: Spec
18
19
20
21
22
- run: shards install --ignore-crystal-version
23
- run: crystal spec --order random
0 commit comments