Skip to content

feat(ci): adopt ruff & lychee (#1935) #364

feat(ci): adopt ruff & lychee (#1935)

feat(ci): adopt ruff & lychee (#1935) #364

Workflow file for this run

name: envd lint
on:
push:
branches:
- main
paths:
- '.github/workflows/envd-lint.yml'
- '**.envd'
- '**.py'
- '**.ipynb'
- 'Makefile'
pull_request:
paths:
- '.github/workflows/envd-lint.yml'
- '**.envd'
- '**.py'
- '**.ipynb'
- 'Makefile'
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: envd-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Lint
run: make envd-lint