Skip to content

Commit 5f22c74

Browse files
authored
add specs to make lint (#1116)
1 parent 5339810 commit 5f22c74

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
- name: Checkout
4545
uses: actions/checkout@v4
4646
- run: shards install
47-
- name: Run ameba
48-
run: bin/ameba src spec
47+
- run: make lint
4948

5049
lint-js:
5150
name: Lint javascript

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ deps: js lib
104104

105105
.PHONY: lint
106106
lint: lib
107-
lib/ameba/bin/ameba src/
107+
lib/ameba/bin/ameba src/ spec/
108108

109109
.PHONY: lint-js
110110
lint-js:

0 commit comments

Comments
 (0)