Skip to content

⬆️👷 Bump github/codeql-action from 3.26.7 to 3.26.10 #278

⬆️👷 Bump github/codeql-action from 3.26.7 to 3.26.10

⬆️👷 Bump github/codeql-action from 3.26.7 to 3.26.10 #278

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: v1/${{ runner.os }}/pip/${{ hashFiles('{requirements,development}.txt') }}
restore-keys: v1/${{ runner.os }}/pip/
- run: make lint