Skip to content

Use ruff for formatting #459

Use ruff for formatting

Use ruff for formatting #459

Workflow file for this run

name: Pylint
on:
- push
- pull_request
jobs:
lint-ruff:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
name: Set up Python ${{ matrix.python-version }}
with:

Check failure on line 17 in .github/workflows/pylint.yml

View workflow run for this annotation

GitHub Actions / Pylint

Invalid workflow file

The workflow is not valid. .github/workflows/pylint.yml (Line: 17, Col: 12): Unexpected value '' .github/workflows/pylint.yml (Line: 18, Col: 7): Unexpected value 'python-version'
python-version: ${{ matrix.python-version }}
- name: Analysing the code with ruff
run: |
ruff format --check