From 00a6310951d7e42cd23c1b1e08e49c03d51bef47 Mon Sep 17 00:00:00 2001 From: Cheranga Date: Fri, 11 Aug 2023 08:16:15 +1000 Subject: [PATCH] chore: linting oas [ci] --- .github/workflows/ci-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d71867c..9967ebf 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -47,6 +47,9 @@ jobs: - name: Npm Install run: npm install + - name: Lint OaS + run: npm lintOas + - uses: actions/upload-artifact@v2 if: success() || failure() with: