Skip to content

Corrected the key name used for SkipPlan in state migration from "to_skip_plan" to "skip_plan". #373

Corrected the key name used for SkipPlan in state migration from "to_skip_plan" to "skip_plan".

Corrected the key name used for SkipPlan in state migration from "to_skip_plan" to "skip_plan". #373

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