Skip to content

COMP: Fix description generation warnings for Python external projects #15

COMP: Fix description generation warnings for Python external projects

COMP: Fix description generation warnings for Python external projects #15

Workflow file for this run

name: CI (Lint)
on:
# Triggers the workflow on push or pull request events
push:
branches: [ main ]
pull_request:
branches:
- "*"
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: '3.9'
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0