Skip to content

Merge pull request #20 from rollandf/dockerargbp #58

Merge pull request #20 from rollandf/dockerargbp

Merge pull request #20 from rollandf/dockerargbp #58

Workflow file for this run

name: Go-static-analysis
on: [push, pull_request]
jobs:
golangci:
name: Lint
runs-on: ubuntu-24.04
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
- uses: actions/checkout@v4
- name: run make lint
run: make lint
shellcheck:
name: Shellcheck
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
check_together: yes
hadolint:
runs-on: ubuntu-24.04
name: Hadolint
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
name: Run Hadolint
with:
dockerfile: Dockerfile