Skip to content

gemspec: skip ruby version 0.13.0, jump right to 0.13.1 to keep Go/Ruby versioning aligned #68

gemspec: skip ruby version 0.13.0, jump right to 0.13.1 to keep Go/Ruby versioning aligned

gemspec: skip ruby version 0.13.0, jump right to 0.13.1 to keep Go/Ruby versioning aligned #68

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@v4
with:
go-version: 1.x
- uses: golangci/golangci-lint-action@v3
with:
version: latest