Skip to content

Commit 7fbe131

Browse files
committed
added build and test in action
1 parent 73aab00 commit 7fbe131

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/check-for-linter.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
1515

16-
- name: Checkout code
17-
uses: actions/checkout@v4
16+
steps:
17+
- name: Checkout code
18+
uses: actions/checkout@v4
1819

19-
- name: Install project
20-
run: make install
20+
- name: Install project
21+
run: make install
2122

22-
- name: Validate files for linter
23-
run: make lint
23+
- name: Validate files for linter
24+
run: make lint
2425

25-
- name: Run unit tests
26-
run: make test
26+
- name: Run unit tests
27+
run: make test

0 commit comments

Comments
 (0)