Skip to content

Revert "Cloudflare: Add A/AAAA record for squash.thesammy2010.com" #36

Revert "Cloudflare: Add A/AAAA record for squash.thesammy2010.com"

Revert "Cloudflare: Add A/AAAA record for squash.thesammy2010.com" #36

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout source code
- uses: actions/cache@v3
name: Cache plugin dir
with:
path: ~/.tflint.d/plugins
key: tflint-${{ hashFiles('.tflint.hcl') }}
- uses: terraform-linters/setup-tflint@v3
name: Setup TFLint
with:
tflint_version: v0.48.0
- name: Show version
run: tflint --version
- name: Init TFLint
run: tflint --init
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Run TFLint
run: tflint -f compact