Skip to content

chore(deps): Bump actions/download-artifact from 4 to 5 in the actions group #164

chore(deps): Bump actions/download-artifact from 4 to 5 in the actions group

chore(deps): Bump actions/download-artifact from 4 to 5 in the actions group #164

Workflow file for this run

name: Code linting
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- uses: pre-commit/[email protected]