Skip to content

Commit

Permalink
chore(CI): fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Mar 3, 2024
1 parent 073a407 commit 31803d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: shards install --ignore-crystal-version
- name: Lint
run: ./bin/ameba
run: shards install --ignore-crystal-version --skip-postinstall --skip-executables
- name: Format
run: crystal tool format --check
- name: Run tests
Expand Down

0 comments on commit 31803d7

Please sign in to comment.