Skip to content

Merge pull request #74 from acmenezes/simple_install #1

Merge pull request #74 from acmenezes/simple_install

Merge pull request #74 from acmenezes/simple_install #1

Workflow file for this run

name: "Continuous Integration"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
name: Code standards (linting)
runs-on: ubuntu-20.04
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: -v
version: v1.44