Skip to content

refactor: use f-strings #21

refactor: use f-strings

refactor: use f-strings #21

Workflow file for this run

name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Ruff
uses: chartboost/ruff-action@v1
with:
args: check .