Skip to content

Create ci.yaml

Create ci.yaml #1

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 .