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