Skip to content

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

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

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

Workflow file for this run

name: CI Lint
on:
push:
branches:
- "**"
paths-ignore:
- ".github/workflows/cache_*.yml"
pull_request:
branches:
- "**"
paths-ignore:
- ".github/workflows/cache_*.yml"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup pixi (CI)
uses: ./.github/actions/setup-pixi-ci
with:
pixi-bin-path: ${{ runner.temp }}/pixi/bin/pixi
- name: Check Lint
run: pixi run check-lint