Skip to content

Github Actions with Ruff #3

Github Actions with Ruff

Github Actions with Ruff #3

Workflow file for this run

name: CI Workflow
on: [push, pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: check .