Skip to content

Merge pull request #64 from minamijoyo/tofu-1.8 #57

Merge pull request #64 from minamijoyo/tofu-1.8

Merge pull request #64 from minamijoyo/tofu-1.8 #57

Workflow file for this run

name: lint
permissions:
contents: read
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: '.go-version'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1
args: --timeout=5m