Skip to content

fix: deploy

fix: deploy #35

Workflow file for this run

name: (not reusable) Linting
on:
push:
branches:
- main
- master
pull_request:
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
ruff-lint:
uses: deargen/workflows/.github/workflows/check-ruff.yml@master
with:
check-type: lint
cwd: python-projector