Skip to content

chore: init project

chore: init project #1

Workflow file for this run

name: test
on:
push:
branches:
- main
jobs:
jest-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: "main"
- run: npm run test
- run: echo "success"