Skip to content

Commit

Permalink
add: github action for verify build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedcognite committed Jan 2, 2024
1 parent cfa65a5 commit 6dc3e08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/verify-pr-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Verify PR Build

on: [push]

jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "yarn install"
- run: echo "nx affected -t build"

0 comments on commit 6dc3e08

Please sign in to comment.