Skip to content

Commit

Permalink
ci: add build job
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 20, 2024
1 parent 73ae4f6 commit 527f3ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ jobs:
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run build

0 comments on commit 527f3ba

Please sign in to comment.