Skip to content

Commit

Permalink
WIP add pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed May 26, 2024
1 parent d125e17 commit 7003d7a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ runs:
name: Setup Python
with:
python-version: 3.12
# install pre-commit
# https://github.com/pypa/pipx/discussions/1051 when many installs cache them
- name: Install pre-commit
shell: bash
run: pipx install pre-commit
# setup node.js
- name: Setup Node.js 22
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
Expand Down Expand Up @@ -91,6 +96,6 @@ runs:
# install dependencies
- name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile --ignore-scripts
run: pnpm install --frozen-lockfile
# - name: Init tasks
# run: nx run-many -t init

0 comments on commit 7003d7a

Please sign in to comment.