mirror of
https://github.com/shadps4-emu/ext-cryptopp-cmake.git
synced 2024-11-23 09:39:40 +00:00
fix: update commitlint to not use abandoned node (#110)
This commit is contained in:
parent
a99c80c266
commit
5005e6d1e7
17
.github/workflows/commitlint.yml
vendored
17
.github/workflows/commitlint.yml
vendored
@ -8,18 +8,5 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install -g @commitlint/cli @commitlint/config-conventional
|
||||
|
||||
- name: Validate all commits from PR
|
||||
run: |
|
||||
npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
|
||||
- uses: actions/checkout@v3
|
||||
- uses: wagoid/commitlint-github-action@v5
|
||||
|
Loading…
Reference in New Issue
Block a user