Skip to content

Merge pull request #737 from SebastianDorobantu/master #66

Merge pull request #737 from SebastianDorobantu/master

Merge pull request #737 from SebastianDorobantu/master #66

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint-ruff:
runs-on: ubuntu-latest
name: ruff
steps:
- name: Check out source repository
uses: actions/checkout@v3
- uses: astral-sh/ruff-action@v3
# this runs `ruff check`
- run: ruff format --check
# this runs `ruff format --check`, additionally