Skip to content

chore: Update base image version (#40) #141

chore: Update base image version (#40)

chore: Update base image version (#40) #141

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