Skip to content

⬆️ Bump actions/download-artifact from 5.0.0 to 8.0.0 #62

⬆️ Bump actions/download-artifact from 5.0.0 to 8.0.0

⬆️ Bump actions/download-artifact from 5.0.0 to 8.0.0 #62

Workflow file for this run

name: 🎨 Linters
on:
push:
branches:
- master
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.x
- name: Install dependencies
run: pip install nox
- name: Run pre-commit checks
run: nox -s lint