Skip to content

Fix for regression detailed in #6907 (WEB EMPTY). Introduce global me… #11

Fix for regression detailed in #6907 (WEB EMPTY). Introduce global me…

Fix for regression detailed in #6907 (WEB EMPTY). Introduce global me… #11

Workflow file for this run

name: Code Checks
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]