Skip to content

Bump WyriHaximus/github-action-get-previous-tag from 1.3 to 1.4 #29

Bump WyriHaximus/github-action-get-previous-tag from 1.3 to 1.4

Bump WyriHaximus/github-action-get-previous-tag from 1.3 to 1.4 #29

Workflow file for this run

name: golint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest