Skip to content

feat: Install go-gitlint in GitHub Actions workflo #20

feat: Install go-gitlint in GitHub Actions workflo

feat: Install go-gitlint in GitHub Actions workflo #20

Workflow file for this run

name: Main Workflow
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install make
run: sudo apt-get install make
- name: Install go-gitlint
run: make tools
- name: Run commit-msg hook
run: git commit -m "test: this commit is allowed file sizes up to 50MB"

Check failure on line 24 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 24