Skip to content

Merge pull request #6 from valentingol/ncompo #16

Merge pull request #6 from valentingol/ncompo

Merge pull request #6 from valentingol/ncompo #16

Workflow file for this run

name: Ruff
on: [push]
jobs:
ruff-lint:
runs-on: ubuntu-latest
name: Ruff Lint
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Python environment
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Lint
uses: jpetrucciani/ruff-check@main