Skip to content

Commit 96fe56a

Browse files
committed
Run Ameba as a separate CI workflow
1 parent a51168f commit 96fe56a

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

.github/workflows/ameba.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,5 @@ jobs:
6363
- name: Check formatting (Crystal)
6464
run: crystal tool format --check
6565

66-
- name: Run ameba
67-
run: bin/ameba
68-
6966
- name: Check for typos
7067
uses: crate-ci/typos@v1

0 commit comments

Comments
 (0)