Skip to content

Merge pull request #110 from adrianchiris/change-tag-format-in-release #58

Merge pull request #110 from adrianchiris/change-tag-format-in-release

Merge pull request #110 from adrianchiris/change-tag-format-in-release #58

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
hadolint:
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 hadolint
run: make hadolint