Skip to content

Merge pull request #24 from t00mas/t00mas/component/exporter #33

Merge pull request #24 from t00mas/t00mas/component/exporter

Merge pull request #24 from t00mas/t00mas/component/exporter #33

Workflow file for this run

name: Lint Spec
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Lint spec
uses: mhiew/redoc-lint-github-action@v3
with:
args: 'spec/gen/faro.gen.yaml'