We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51168f commit 96fe56aCopy full SHA for 96fe56a
2 files changed
.github/workflows/ameba.yml
@@ -0,0 +1,19 @@
1
+name: Ameba
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
7
+permissions:
8
+ contents: read
9
10
+jobs:
11
+ lint:
12
+ runs-on: ubuntu-latest
13
14
+ steps:
15
+ - name: Download source
16
+ uses: actions/checkout@v6
17
18
+ - name: Run Ameba Linter
19
+ uses: crystal-ameba/github-action@master
.github/workflows/ci-base.yml
@@ -63,8 +63,5 @@ jobs:
63
- name: Check formatting (Crystal)
64
run: crystal tool format --check
65
66
- - name: Run ameba
67
- run: bin/ameba
68
-
69
- name: Check for typos
70
uses: crate-ci/typos@v1
0 commit comments