autotag test #4
Workflow file for this run
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: Lint v2 recommendations and checklists | |
on: | |
# push: | |
# branches-ignore: [main] | |
pull_request: | |
branches: [v2] | |
jobs: | |
build: | |
name: Lint v2 recommendations and checklists | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v2 | |
- name: Check unique names and schema conformity | |
id: checklistlint | |
uses: ./.github/actions/recov2lint | |
with: | |
folder: './v2' | |
verbose: 'false' |