Skip to content

chore(deps): bump actions/upload-artifact from 6 to 7 (#154) #283

chore(deps): bump actions/upload-artifact from 6 to 7 (#154)

chore(deps): bump actions/upload-artifact from 6 to 7 (#154) #283

Workflow file for this run

name: Run linter and formatter
on:
pull_request:
push:
branches: [ main ]
tags: [ 'v*.*.*' ]
permissions:
contents: read
jobs:
test:
name: Lint and Format
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.62.2
- name: Run ruff linter
run: |
pixi run lint
- name: Run ruff formatter
run: |
pixi run format --check