We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f1b2f commit a027eb8Copy full SHA for a027eb8
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
- name: Setup Nodejs Env
.github/workflows/commitlint.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-20.04
11
- name: Check out repository
- name: remove tsconfig.json # see issue https://github.com/conventional-changelog/commitlint/issues/3256
0 commit comments