Skip to content

Commit

Permalink
Merge pull request #1 from alfaruqii/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
alfaruqii authored Oct 9, 2024
2 parents edffd83 + c23742e commit 5df5dcb
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 295 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Test Project

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 21

- run: npm ci
- run: npm run test
Loading

0 comments on commit 5df5dcb

Please sign in to comment.