Skip to content

ci: add reusable workflow #1

ci: add reusable workflow

ci: add reusable workflow #1

Workflow file for this run

name: Linting
on:
push:
paths-ignore:
- ".gitignore"
- "README.md"
- "docs/**"
jobs:
build:
uses: unict-dmi/reusable-workflows/.github/workflows/python-lint.yml@main
with:
repo_ref: ${{ github.repository }}