Skip to content

Commit e64be6c

Browse files
committed
enable commit lint
1 parent 13fcffa commit e64be6c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-latest
16-
# - macos-latest
17-
# - windows-latest
16+
- macos-latest
17+
- windows-latest
1818
atom_channel: [stable, beta]
1919
steps:
2020
- uses: actions/checkout@v2
@@ -34,12 +34,14 @@ jobs:
3434
Lint:
3535
if: "!contains(github.event.head_commit.message, '[skip ci]')"
3636
runs-on: ubuntu-latest
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3739
steps:
3840
- uses: actions/checkout@v2
3941
with:
4042
fetch-depth: 0
41-
# - name: Commit lint ✨
42-
# uses: wagoid/commitlint-github-action@v1
43+
- name: Commit lint ✨
44+
uses: wagoid/commitlint-github-action@v1
4345
- uses: actions/setup-node@v1
4446
with:
4547
node-version: "14.x"

0 commit comments

Comments
 (0)