Skip to content

fix: use publisher adapter #4

fix: use publisher adapter

fix: use publisher adapter #4

Workflow file for this run

name: Run Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: check golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --verbose
- uses: hadolint/[email protected]
name: hadolint for Dockerfile
with:
dockerfile: Dockerfile