Skip to content

Commit 73aab00

Browse files
committed
added build and test in action
1 parent 4ccb035 commit 73aab00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

16-
-name: Checkout code
16+
- name: Checkout code
1717
uses: actions/checkout@v4
1818

19-
-name: Install project
19+
- name: Install project
2020
run: make install
2121

22-
-name: Validate files for linter
22+
- name: Validate files for linter
2323
run: make lint
2424

25-
-name: Run unit tests
25+
- name: Run unit tests
2626
run: make test

0 commit comments

Comments
 (0)