Skip to content

Refactor byte strings to tokens #500

Refactor byte strings to tokens

Refactor byte strings to tokens #500

Workflow file for this run

name: Ruff linter
on:
pull_request:
push:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
# - name: free disk space
# uses: jlumbroso/free-disk-space@v1.3.1
- uses: actions/setup-python@v4
with:
python-version: 3.11.5
- uses: chartboost/ruff-action@v1
with:
version: 0.8.4
args: check --output-format github