diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index d70b648a..474edac7 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -15,8 +15,12 @@ jobs: uses: oprypin/install-crystal@v1.8.0 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: