Skip to content

chore(ci): bump the npm-dependencies group in /js-rattler with 4 upda… #1625

chore(ci): bump the npm-dependencies group in /js-rattler with 4 upda…

chore(ci): bump the npm-dependencies group in /js-rattler with 4 upda… #1625

Workflow file for this run

name: pre-commit
on:
push:
branches: [ "main" ]
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: false
- name: Set up pixi
uses: prefix-dev/setup-pixi@v0.8.3
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: clippy,fmt