Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Merge pull request #18 from strvcom/chore/archiving #8

Merge pull request #18 from strvcom/chore/archiving

Merge pull request #18 from strvcom/chore/archiving #8

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- 'master'
release:
types: [ published ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
continue-on-error: true
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Go
uses: ./.github/actions/setup-go
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1