Skip to content

🧹 chore: │ enable better-commit and pre-commit check #3

🧹 chore: │ enable better-commit and pre-commit check

🧹 chore: │ enable better-commit and pre-commit check #3

Workflow file for this run

name: pre-commit check
on:
pull_request:
env:
BRANCH: ${{ github.head_ref || github.ref_name }}
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cloudposse/[email protected]