Skip to content

Don't run github workflow twice for push and pull_request #17

Don't run github workflow twice for push and pull_request

Don't run github workflow twice for push and pull_request #17

Workflow file for this run

name: Ruff
on: [pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1