Skip to content

chore: remove plan modifiers from retention period (#738) #81

chore: remove plan modifiers from retention period (#738)

chore: remove plan modifiers from retention period (#738) #81

Workflow file for this run

name: Validate Docs
on:
push:
branches:
- '**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: '1.22'
- run: go generate main.go
- name: Check for file changes
run: git diff --exit-code