Skip to content

ci(pip-compile): use env var for git add #359

ci(pip-compile): use env var for git add

ci(pip-compile): use env var for git add #359

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