Skip to content

Commit

Permalink
ci: add ameba linting to formatting ci job (#490)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Haward <[email protected]>
  • Loading branch information
jphaward and jphaward authored Oct 16, 2023
1 parent 33f2dfb commit f0cb31c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
uses: oprypin/[email protected]
with:
crystal: latest
- name: Install Ameba
run: shards install
- name: Check formatting
run: crystal tool format --check
- name: Check linting
run: ./bin/ameba
sqlite-spec:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit f0cb31c

Please sign in to comment.