Skip to content

Merge pull request #445 from kylemcc/dependabot/go_modules/github.com… #1078

Merge pull request #445 from kylemcc/dependabot/go_modules/github.com…

Merge pull request #445 from kylemcc/dependabot/go_modules/github.com… #1078

Workflow file for this run

on: [push, pull_request]
name: Check Commit
jobs:
check_commit:
name: Check Commit
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version: '^1.18.0'
- name: install checkers
run: |
go get honnef.co/go/tools/cmd/staticcheck
go get golang.org/x/lint/golint
go get github.com/client9/misspell/cmd/misspell
- name: check
run: make check