Skip to content

chore(deps): bump actions/setup-python from 4 to 5 #202

chore(deps): bump actions/setup-python from 4 to 5

chore(deps): bump actions/setup-python from 4 to 5 #202

Workflow file for this run

name: 🧹 Lint
on:
pull_request:
branches:
- main
jobs:
lint-codebase:
name: Lint codebase
uses: ./.github/workflows/super-linter.yml
with:
filter_regex_exclude: docs/workflows/.*
lint-pr:
name: Lint PR
uses: ./.github/workflows/commitlint.yml
with:
message: ${{ github.event.pull_request.title }}