Update dflook/terraform-fmt-check digest to 2bf43ab #465
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Codespell - Spellcheck | |
on: # yamllint disable-line rule:truthy | |
push: | |
pull_request: | |
branches: [main] | |
jobs: | |
codespell: | |
uses: "telekom-mms/.github/.github/workflows/codespell.yml@main" |