Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Oct 16, 2023
1 parent 681aca3 commit 3935135
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/js-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- run: npm install
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/setup-python@v3
# - run: npm install
- uses: pre-commit/[email protected]

0 comments on commit 3935135

Please sign in to comment.