Skip to content

Commit

Permalink
ci: fix invalid github workflow files
Browse files Browse the repository at this point in the history
igboyes committed Feb 9, 2023
1 parent b1ce8b9 commit 9ea0a3b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -12,10 +12,12 @@ jobs:
commitlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
- name: commitlint
uses: wagoid/commitlint-github-action@v5
build:
runs-on: ubuntu-22.04
steps:
@@ -38,7 +40,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
- uses: actions/setup-node@v3
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install semantic-release

0 comments on commit 9ea0a3b

Please sign in to comment.