Skip to content

Update rtfm-lookup #110

Update rtfm-lookup

Update rtfm-lookup #110

Workflow file for this run

name: Tooling
on:
push:
pull_request:
types: [opened, reopened, synchronize]
jobs:
tooling:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ '3.11', '3.12', '3.13' ]
name: tooling on ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run Tools
uses: cibere/python-action@master
with:
pyright: 'true'
pyright-version: '1.1.393'
ruff-linter: 'true'
ruff-formatter: 'true'
python-version: ${{ matrix.python-version }}
requirements: 'requirements.txt'