Skip to content

Call corresponding function if NotDefinedIdentifier error raised #295

Call corresponding function if NotDefinedIdentifier error raised

Call corresponding function if NotDefinedIdentifier error raised #295

Workflow file for this run

name: Test
on:
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v4
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Apply Workspace Version
run: deno task apply-version
- name: Install Dependencies
run: deno install --allow-scripts
- name: Run tests
run: deno task --recursive test