Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-codecov authored Nov 28, 2024
1 parent 81fa212 commit ca17728
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

name: Coverage
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
- run: npm i
- run: npm run testAll
- run: codecov-action@v5


0 comments on commit ca17728

Please sign in to comment.