Nowe pola formularza + zmiany w GA workflows #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: Walidacja zmiany plików organizacji | |
on: | |
push: | |
paths: | |
- 'organizations/*.yaml' | |
pull_request: | |
paths: | |
- 'organizations/*.yaml' | |
permissions: | |
contents: read | |
jobs: | |
yaml-linting: | |
name: Walidacja pliku organizacji | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ibiqlik/action-yamllint@v3 | |
with: | |
file_or_dir: organizations/*.yaml |