Skip to content

Commit

Permalink
fix: pre commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-mayer committed Jan 3, 2025
1 parent d1d41eb commit 51600e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/setup-go@v5.0.2
with:
go-version-file: "go.mod"
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: "website/package.json"
- name: Install Pre-Commit
run: pip install pre-commit
- name: Install dependencies
Expand Down

0 comments on commit 51600e6

Please # to comment.