Update stimulus rails nested-form & switch to namespaced version (#6057) #3172
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: Yaml Lint | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- 'doc/**' | |
- '**/*.md' | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: | |
- main | |
paths-ignore: | |
- 'doc/**' | |
- '**/*.md' | |
jobs: | |
lintAllTheThings: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: yaml-lint | |
uses: ibiqlik/action-yamllint@v3 |