Skip to content

Merge pull request #72 from TawR1024/fix/remove-nl-region #6

Merge pull request #72 from TawR1024/fix/remove-nl-region

Merge pull request #72 from TawR1024/fix/remove-nl-region #6

Workflow file for this run

name: Golangci-lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1