Skip to content

fix(terraform-plugin-framework): update in go.mod to 1.4.1 and update go.sum #35

fix(terraform-plugin-framework): update in go.mod to 1.4.1 and update go.sum

fix(terraform-plugin-framework): update in go.mod to 1.4.1 and update go.sum #35

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Lint PR
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}