Skip to content

refactor: shorten, comma-seperate and deduplicate commit message #120

refactor: shorten, comma-seperate and deduplicate commit message

refactor: shorten, comma-seperate and deduplicate commit message #120

Workflow file for this run

name: checks
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
checks:
name: checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21.5'
- run: make -j checks