Skip to content

chore: specify mypyc group_name #17

chore: specify mypyc group_name

chore: specify mypyc group_name #17

Workflow file for this run

name: Lint All The Things
on:
pull_request:
branches:
- master
paths-ignore:
- '.github/workflows/**'
- '!.github/workflows/lint.yaml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-all-the-things:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}
- name: Lint All The Things
uses: BobTheBuidler/[email protected]
with:
python-version: 3.14
pyupgrade-target-version: py39