Skip to content

Bump the actions group with 2 updates #86

Bump the actions group with 2 updates

Bump the actions group with 2 updates #86

Workflow file for this run

name: Linter
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.4
with:
# pixi-version: v0.23.0
environments: lint
frozen: true
- name: Run linter
run: pixi run -e lint lint