Skip to content

Only show the build status of the master branch in the README badges #51

Only show the build status of the master branch in the README badges

Only show the build status of the master branch in the README badges #51

Workflow file for this run

name: Ruff
on:
pull_request:
push:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1