Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Borwe committed Jan 13, 2024
1 parent 63f5033 commit ca47091
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Push Build

on: push

jobs:
build:
name: Build & Test
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup
run: |
npm install & npm install -g typescript
- name: Test
run: |
npm run test

0 comments on commit ca47091

Please sign in to comment.