Skip to content

Bump github.com/cloudflare/cloudflare-go from 0.96.0 to 0.97.0 #801

Bump github.com/cloudflare/cloudflare-go from 0.96.0 to 0.97.0

Bump github.com/cloudflare/cloudflare-go from 0.96.0 to 0.97.0 #801

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE'
push:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE'
name: Validate
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: validate generated terraform configuration
run: make validate-tf