Skip to content

enable gvm installer through a shell script #61

enable gvm installer through a shell script

enable gvm installer through a shell script #61

Workflow file for this run

name: Lint
on:
push:
tags:
- 'v*'
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: actions/checkout@v3
- name: check go.mod
shell: bash
run: |
go mod tidy
git diff-index --quiet HEAD
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.0