Skip to content

fix: bugs in protos and types. #30

fix: bugs in protos and types.

fix: bugs in protos and types. #30

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
- name: Check out repository

Check failure on line 9 in .github/workflows/git-cliff-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/git-cliff-action.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Generate a changelog
uses: orhun/git-cliff-action@v3
with:
config: cliff.toml
args: --verbose
env:
OUTPUT: CHANGELOG.md
GITHUB_REPO: ${{ github.repository }}