Skip to content

Better PR title, body and branch name #113

Better PR title, body and branch name

Better PR title, body and branch name #113

Workflow file for this run

name: 'Tests'
on:
pull_request:
push:
branches:
- main
jobs:
unitTest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npm test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}