Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Add message that repo has moved #396

Add message that repo has moved

Add message that repo has moved #396

Workflow file for this run

name: Lint
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
types:
- labeled
- synchronize
- opened
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: Set up pixi
uses: prefix-dev/setup-pixi@main
with:
environments: lint
- name: lint (if this step fails, please 'pixi run lint' locally and push the changes)
run: pixi run lint