Skip to content

docs: update documentation to include Terraform destroy command #7

docs: update documentation to include Terraform destroy command

docs: update documentation to include Terraform destroy command #7

Workflow file for this run

name: Checks
on:
pull_request:
branches: [main]
jobs:
test-lint:
name: Test and Lint
uses: ./.github/workflows/test-and-lint.yml
secrets:
DOCKERHUB_USER: ${{secrets.DOCKERHUB_USER}}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}