ESM-v2: Fix batch item failure message and reference to unbound varia… #1
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: LocalStack - Validate Codeowners | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
validate-codeowners: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
- name: Validate codeowners | |
uses: mszostok/[email protected] | |
with: | |
checks: "files,duppatterns,syntax" | |
experimental_checks: "avoid-shadowing" |