Skip to content

Commit

Permalink
ci: fix commitlint action
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Peters committed Oct 12, 2024
1 parent cc73d10 commit 3289ac2
Show file tree
Hide file tree
Showing 3 changed files with 681 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install dependencies
run: npm install
- uses: wagoid/commitlint-github-action@v6
env:
NODE_PATH: ${{ github.workspace }}/node_modules

# Matrix build for Netbox versions
build:
Expand Down
Loading

0 comments on commit 3289ac2

Please sign in to comment.