Skip to content

Merge pull request #32 from mxssl/dependabot/github_actions/actions/s… #88

Merge pull request #32 from mxssl/dependabot/github_actions/actions/s…

Merge pull request #32 from mxssl/dependabot/github_actions/actions/s… #88

Workflow file for this run

name: "Lint"
on: push
jobs:
lint:
runs-on: ubuntu-latest
container:
image: golangci/golangci-lint:v1.20-alpine
options: -w /go/src/github.com/mxssl/ntwrk
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: apk add --no-cache make
- name: Lint
run: make lint