Skip to content

ci(pip-compile): use pr-create@coatl #363

ci(pip-compile): use pr-create@coatl

ci(pip-compile): use pr-create@coatl #363

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