rename era2->e2ss and add contact info for era1+e2ss #1
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: Vet | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
lint: | |
name: lint endpoints | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Lint | |
uses: nrkno/yaml-schema-validator-github-action@v4 | |
with: | |
schema: schema.yaml | |
target: endpoints |