Skip to content

Bump actions/upload-artifact from 5 to 6 (#623) #1897

Bump actions/upload-artifact from 5 to 6 (#623)

Bump actions/upload-artifact from 5 to 6 (#623) #1897

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- uses: pre-commit/[email protected]