Skip to content

Commit

Permalink
update go-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ipldbot authored and mvdan committed Jan 10, 2021
1 parent 48ba4d7 commit 4c0b02e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/go-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Workflow managed by ipldbot. DO NOT EDIT.
# See https://github.com/ipld/.github/ for details.

on: [push, pull_request]

jobs:
unit:
runs-on: ubuntu-latest
name: Go checks
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.33
args: "--disable-all --enable gofmt,govet"

0 comments on commit 4c0b02e

Please sign in to comment.