Skip to content

feat: Updated scripts/githooks/commit-msg #28

feat: Updated scripts/githooks/commit-msg

feat: Updated scripts/githooks/commit-msg #28

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install go-gitlint
run: make tools || make tools.verify.go-gitlint
- name: Commit code
run: git commit -m "feat: Add new feature"

Check failure on line 16 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 16