Skip to content

fix(deps): update module github.com/magefile/mage to v1.15.0 #75

fix(deps): update module github.com/magefile/mage to v1.15.0

fix(deps): update module github.com/magefile/mage to v1.15.0 #75

Workflow file for this run

name: Linters
on: [pull_request]
jobs:
validate-commits:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Commitsar check
uses: docker://outillage/commitsar
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: golangci-lint
uses: docker://reviewdog/action-golangci-lint
with:
github_token: ${{ secrets.github_token }}