Skip to content

taskfile: create-db via taskfile #45

taskfile: create-db via taskfile

taskfile: create-db via taskfile #45

Workflow file for this run

name: pre-commit check
on:
pull_request:
types:
- opened
- ready_for_review
- synchronize
- reopened
env:
BRANCH: ${{ github.head_ref || github.ref_name }}
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: pre-commit check
if: steps.branch-name.outputs.current_branch != 'release-please--branches--main'
uses: cloudposse/github-action-pre-commit@v4.0.0