Skip to content

Commit

Permalink
ci: update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RanolP committed Mar 7, 2024
1 parent 5911e38 commit 90fdf04
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
- run: pnpm build
- uses: stoplightio/[email protected]
with:
file_glob: "src/*.yaml"
file_glob: 'tsp-output/*.yaml'
library-deployment:
needs: [lint]
runs-on: ubuntu-latest
if: github.event_name == 'push'
strategy:
matrix:
repo:
- "solvedac/api.ts"
- "solvedac/api.rs"
- 'solvedac/api.ts'
- 'solvedac/api.rs'
steps:
- name: Invoke Workflow
uses: benc-uk/workflow-dispatch@v1
Expand Down

0 comments on commit 90fdf04

Please sign in to comment.