Skip to content

Commit

Permalink
ci: add local execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed May 1, 2024
1 parent 9e6068d commit 3a3c278
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run CTRF annotations
run: npx github-actions-ctrf ctrf-report.json
- name: Install dependencies
run: npm install
- name: build
run: npx tsc
- name: Run index.js
run: node dist/index.js report.json

0 comments on commit 3a3c278

Please sign in to comment.