Skip to content

gemspec version 0.3.3 #12

gemspec version 0.3.3

gemspec version 0.3.3 #12

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
cache: true
- uses: golangci/golangci-lint-action@v3
with:
version: latest