Skip to content

refactor: replace async .tar.bz2 with astral-tokio-tar. (#1808) #1027

refactor: replace async .tar.bz2 with astral-tokio-tar. (#1808)

refactor: replace async .tar.bz2 with astral-tokio-tar. (#1808) #1027

Workflow file for this run

name: lint
on:
push:
branches: ["main"]
pull_request:
types:
- labeled
- synchronize
- opened
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
lfs: false
submodules: recursive
- name: Set up pixi
uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
with:
environments: lint
- name: lint (if this step fails, please 'pixi run lint' locally and push the changes)
run: pixi run lint