Skip to content

Update ci.yaml

Update ci.yaml #2

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 .