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 73aab00 commit 7fbe131Copy full SHA for 7fbe131
.github/workflows/check-for-linter.yml
@@ -13,14 +13,15 @@ jobs:
13
matrix:
14
os: [ubuntu-latest, macos-latest]
15
16
- - name: Checkout code
17
- uses: actions/checkout@v4
+ steps:
+ - name: Checkout code
18
+ uses: actions/checkout@v4
19
- - name: Install project
20
- run: make install
+ - name: Install project
21
+ run: make install
22
- - name: Validate files for linter
23
- run: make lint
+ - name: Validate files for linter
24
+ run: make lint
25
- - name: Run unit tests
26
- run: make test
+ - name: Run unit tests
27
+ run: make test
0 commit comments