Skip to content

fixed missing trivial Benchmarker #383

fixed missing trivial Benchmarker

fixed missing trivial Benchmarker #383

Workflow file for this run

name: Linter
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/ruff-action@v3
with:
args: "format --check --diff"