Skip to content

Commit

Permalink
chore: add ameba runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kimburgess committed Dec 12, 2019
1 parent 8952602 commit c1606db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/crystal.yml
Expand Up @@ -12,6 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Crystal Ameba Linter
uses: crystal-ameba/github-action@v0.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: shards install
- name: Run tests
Expand Down

0 comments on commit c1606db

Please sign in to comment.