fix: add write perm to kafka connect internal topics (#742) #1545
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: Checks | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: hashicorp/[email protected] | |
- uses: actions/[email protected] | |
- uses: terraform-linters/setup-tflint@v4 | |
- uses: pre-commit/[email protected] |