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 c1ac944 commit bc77ccbCopy full SHA for bc77ccb
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: test
2
3
on:
4
pull_request:
.github/workflows/lint.yaml
@@ -0,0 +1,13 @@
+name: commit_lint
+on: [pull_request]
+
+permissions:
5
+ contents: read
6
+ pull-requests: read
7
8
+jobs:
9
+ commitlint:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v3
13
+ - uses: wagoid/commitlint-github-action@v5
0 commit comments