Skip to content

Merge pull request #62 from SchSeba/allow_golang_flags_config #34

Merge pull request #62 from SchSeba/allow_golang_flags_config

Merge pull request #62 from SchSeba/allow_golang_flags_config #34

Workflow file for this run

name: go-static-analysis
on: [push, pull_request]
jobs:
golangci:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: checkout PR
uses: actions/checkout@v2
- name: run make lint
run: make lint
shellcheck:
name: shellcheck
runs-on: ubuntu-22.04
steps:
- name: checkout PR
uses: actions/checkout@v2
- name: run ShellCheck
uses: ludeeus/action-shellcheck@master
hadolint:
runs-on: ubuntu-22.04
name: Hadolint
steps:
- name: checkout PR
uses: actions/checkout@v2
- name: run Hadolint
uses: brpaz/[email protected]
with:
dockerfile: Dockerfile