Skip to content

chore(deps): bump actions/upload-pages-artifact from 1 to 2 #37

chore(deps): bump actions/upload-pages-artifact from 1 to 2

chore(deps): bump actions/upload-pages-artifact from 1 to 2 #37

Workflow file for this run

name: check
on:
workflow_dispatch:
pull_request:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
cache: pip
python-version-file: .python-version
- run: pip install ruff
- run: ruff --select=ALL .