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 0f3764f commit 179eaa5Copy full SHA for 179eaa5
.github/workflows/CI.yml
@@ -34,11 +34,12 @@ jobs:
34
- name: Run tests 👩🏾💻
35
run: npm run test
36
37
- - if: "!contains(github.event.head_commit.message, 'Prepare')"
+ - if: "!contains(github.event.head_commit.message, 'Prepare') && contains(matrix.os, 'ubuntu')"
38
name: Commit lint ✨
39
uses: wagoid/commitlint-github-action@v2
40
41
- - name: Format ✨
+ - if: "contains(matrix.os, 'ubuntu')"
42
+ name: Format ✨
43
run: npm run test.format
44
45
- name: Lint ✨
0 commit comments