Skip to content

chore: dummy commit #15

chore: dummy commit

chore: dummy commit #15

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Cog action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
git config user.name github-actions
git config user.email [email protected]
git config --global user.email [email protected]
git config --global user.name github-actions
- name: PR title check
if: ${{ github.event_name == 'pull_request' }}
uses: cocogitto/cocogitto-action@v3
with:

Check failure on line 28 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
verify: ""\"${{ github.event.pull_request.title }}\""
check: "false"
- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
with:
git-user: 'github-actions'
git-user-email: '[email protected]'