Skip to content

⬆️ Bump github/codeql-action from 2.13.4 to 3.25.5 #259

⬆️ Bump github/codeql-action from 2.13.4 to 3.25.5

⬆️ Bump github/codeql-action from 2.13.4 to 3.25.5 #259

Workflow file for this run

name: lint
on:
pull_request:
permissions: "read-all"
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: "Checkout repository"
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608"
- name: "Setup Python"
uses: "actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1"
with:
python-version: "3.x"
cache: pip
- name: "Run pre-commit"
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507
- name: "Install dependencies"
run: python -m pip install nox
- name: "Run mypy"
run: nox -s mypy