Skip to content

ci: use coatl-dev/actions@coatl #358

ci: use coatl-dev/actions@coatl

ci: use coatl-dev/actions@coatl #358

Workflow file for this run

name: ci
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v1
with:
skip-hooks: 'pylint'
pylint:
needs: pre-commit
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v1