Skip to content

testing autotag

testing autotag #16

Workflow file for this run

---
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'