Skip to content

Add the first test for the github scanner. #1

Add the first test for the github scanner.

Add the first test for the github scanner. #1

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20"
cache: pnpm
- uses: pnpm/action-setup@v2
with:
run_install: true
- name: Run tests
run: pnpm test