Skip to content

Merge pull request #308 from thom311/th/make-no-test #414

Merge pull request #308 from thom311/th/make-no-test

Merge pull request #308 from thom311/th/make-no-test #414

Workflow file for this run

name: Go-static-analysis
on: [push, pull_request]
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
- uses: actions/checkout@v3
- name: run make lint
run: make lint
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
hadolint:
runs-on: ubuntu-latest
name: Hadolint
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
name: Run Hadolint
with:
dockerfile: Dockerfile