Skip to content

Fix empty gather logs due to script crash #99

Fix empty gather logs due to script crash

Fix empty gather logs due to script crash #99

Workflow file for this run

name: static checks
on:
workflow_dispatch:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
gofmt:
name: "Ensure the code is shellchecked"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: "ShellCheck"
run: make lint