Skip to content

Merge pull request #7 from 0xPolygonID/update_docker_file #18

Merge pull request #7 from 0xPolygonID/update_docker_file

Merge pull request #7 from 0xPolygonID/update_docker_file #18

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- "*"
permissions:
contents: read
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- name: Run golangci-lint
run: make lint