Skip to content

Merge pull request #13 from x1ah/feature/tilde-enhanced #97

Merge pull request #13 from x1ah/feature/tilde-enhanced

Merge pull request #13 from x1ah/feature/tilde-enhanced #97

Workflow file for this run

name: Lint
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=5m