Skip to content

138 vs code dev container python linting option deprecated #266

138 vs code dev container python linting option deprecated

138 vs code dev container python linting option deprecated #266

Workflow file for this run

name: "Lint"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Ruff Check
uses: chartboost/ruff-action@v1
- name: Ruff Format
uses: chartboost/ruff-action@v1
with:
args: "format --check"