Skip to content

fix: README.md, package name, deps in wire #1

fix: README.md, package name, deps in wire

fix: README.md, package name, deps in wire #1

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