Skip to content

Commit

Permalink
add build check
Browse files Browse the repository at this point in the history
  • Loading branch information
dinmukhamedm committed Dec 28, 2024
1 parent e34e051 commit ff1d3e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Run Tests

on:
pull_request:
types: [opened, synchronize]
branches:
- main

jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm run build

0 comments on commit ff1d3e1

Please sign in to comment.