Skip to content

fix: update CommunityIinfrastructureLevy types to include "not liable" path #433

fix: update CommunityIinfrastructureLevy types to include "not liable" path

fix: update CommunityIinfrastructureLevy types to include "not liable" path #433

Workflow file for this run

name: PR Workflow
on:
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.16.1'
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: pnpm install
- name: Run Tests
run: pnpm test