Skip to content

chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.4.2 to 1.12.0 #1635

chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.4.2 to 1.12.0

chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.4.2 to 1.12.0 #1635

Workflow file for this run

name: spellcheck-woke
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
# Check code for non-inclusive language
woke:
name: Run woke
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: woke
uses: get-woke/woke-action@v0
with:
# Cause the check to fail on any broke rules
fail-on-error: true
# Enforce en-us spell check
spellcheck:
name: Run spellcheck
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Spellcheck
uses: rojopolis/[email protected]