Skip to content

Commit

Permalink
update pull-request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BearHanded committed Jul 5, 2024
1 parent a5be3f5 commit f977cc6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
- uses: actions/setup-node@v3
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/[email protected]
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: run unit tests
Expand Down

0 comments on commit f977cc6

Please sign in to comment.