Skip to content

Merge pull request #60 from thkoch2001/patch-2 #156

Merge pull request #60 from thkoch2001/patch-2

Merge pull request #60 from thkoch2001/patch-2 #156

Workflow file for this run

name: lint test CI
on: [ push, pull_request_target ]
jobs:
build-test:
name: Lint Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node 19
uses: actions/setup-node@v3
with:
node-version: '19'
- name: npm-install
run: npm install
- name: npm-test
run: npm test