Skip to content

Commit

Permalink
Merge pull request #3 from lookupdaily/add-workflows
Browse files Browse the repository at this point in the history
Add build and test workflow
  • Loading branch information
lookupdaily authored Aug 10, 2024
2 parents a8def32 + 8f488d2 commit d2d33ee
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 d2d33ee

Please sign in to comment.