Skip to content

Commit

Permalink
Update ci.yml workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamdaz committed Jan 18, 2025
1 parent 6d0b384 commit ec06733
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:latest
image: crystallang/crystal
steps:
- name: Download source
uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
uses: shards install
- name: Check formatting
run: crystal tool format --check
run: ./bin/ameba
- name: Run tests
run: crystal spec

0 comments on commit ec06733

Please sign in to comment.