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 13fcffa commit e64be6cCopy full SHA for e64be6c
.github/workflows/CI.yml
@@ -13,8 +13,8 @@ jobs:
13
matrix:
14
os:
15
- ubuntu-latest
16
- # - macos-latest
17
- # - windows-latest
+ - macos-latest
+ - windows-latest
18
atom_channel: [stable, beta]
19
steps:
20
- uses: actions/checkout@v2
@@ -34,12 +34,14 @@ jobs:
34
Lint:
35
if: "!contains(github.event.head_commit.message, '[skip ci]')"
36
runs-on: ubuntu-latest
37
+ env:
38
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
40
41
with:
42
fetch-depth: 0
- # - name: Commit lint ✨
- # uses: wagoid/commitlint-github-action@v1
43
+ - name: Commit lint ✨
44
+ uses: wagoid/commitlint-github-action@v1
45
- uses: actions/setup-node@v1
46
47
node-version: "14.x"
0 commit comments