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 60a1589 commit 9b8748dCopy full SHA for 9b8748d
.github/workflows/commitlint.yml
@@ -5,7 +5,7 @@ jobs:
5
commitlint:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
9
with:
10
fetch-depth: 0
11
- uses: wagoid/commitlint-github-action@v4
.github/workflows/format.yml
@@ -6,7 +6,7 @@ jobs:
formatting:
- name: Use Node 16.2.0
12
uses: actions/setup-node@v1
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
13
14
- name: conventional Changelog Action
15
id: changelog
0 commit comments