Skip to content

Commit

Permalink
fix: run pre-commit all (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jul 16, 2024
1 parent fd7332a commit 2460253
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 888 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# name: Run updater that will check for conda-forge packages

on: push
on:
push:
branches: [ "main" ]
pull_request:

jobs:
run_tests:
Expand All @@ -12,10 +15,7 @@ jobs:
- uses: prefix-dev/setup-pixi@v0.5.1
with:
pixi-version: "latest"

- name: pixi install
run: |
pixi install
environments: test

- name: run tests
run: |
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ jobs:
with:
environments: lint
- name: pre-commit
run: pixi run pre-commit-run --color=always --show-diff-on-failure
env:
# As the rust GitHub action is better at the rust jobs it can be skipped in this job.
SKIP: fmt
run: pixi run pre-commit-run --color=always --show-diff-on-failure --all
Loading

0 comments on commit 2460253

Please sign in to comment.