Skip to content

[CI] Remove duplicated verbose flag in test pipelines #1333

[CI] Remove duplicated verbose flag in test pipelines

[CI] Remove duplicated verbose flag in test pipelines #1333

Workflow file for this run

name: 'Lint codebase'
on:
pull_request:
branches: [ dev ]
push:
branches: [ dev ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: pre-commit/[email protected]