Skip to content

Commit

Permalink
Add build and test workflow
Browse files Browse the repository at this point in the history
Uses my new common workflow
  • Loading branch information
lookupdaily committed Aug 10, 2024
1 parent a8def32 commit 8f488d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build and test

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
nodejs:
uses: lookupdaily/actions/.github/workflows/build-and-test.yml@main

0 comments on commit 8f488d2

Please sign in to comment.