Skip to content

Commit

Permalink
Adding main build (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed May 24, 2023
1 parent b2b1450 commit 0efb519
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,22 @@
name: Main Build
on:
push:
branches:
- main
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: latest
- run: npm ci
- run: npm run lint
- run: npm run bootstrap
- run: npm run cover
- run: npm run combine-coverage
- name: Coveralls openapi-monorepo
uses: coverallsapp/github-action@v2
with:
file: coverage/lcov.info

0 comments on commit 0efb519

Please sign in to comment.