Skip to content

Merge pull request #126 from abemedia/fix/inline-tag #214

Merge pull request #126 from abemedia/fix/inline-tag

Merge pull request #126 from abemedia/fix/inline-tag #214

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.18"
cache: false
- name: Check out code
uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51