Skip to content

Merge pull request #109 from sachaos/no-shell #148

Merge pull request #109 from sachaos/no-shell

Merge pull request #109 from sachaos/no-shell #148

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.51.2
args: -c .golang-ci.yml