Skip to content

Fix typo in README.md #2038 #259

Fix typo in README.md #2038

Fix typo in README.md #2038 #259

Workflow file for this run

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