Skip to content

Reimplement downtime with terraform-plugin-framework #201

Reimplement downtime with terraform-plugin-framework

Reimplement downtime with terraform-plugin-framework #201

Workflow file for this run

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