Skip to content

Commit

Permalink
Merge pull request #10 from nyomansunima/2-update-detail-project
Browse files Browse the repository at this point in the history
🚁 ci: add actions for testing
  • Loading branch information
nyomansunima authored Apr 19, 2023
2 parents c490404 + 3225ca9 commit 4148578
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Testing

on: [push, pull_request]

jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
- run: npm install --legacy-peer-deps
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit 4148578

@vercel
Copy link

@vercel vercel bot commented on 4148578 Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4148578 Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.