Skip to content

fix: Use appName as package name in the apiResources.partOfPackage (#59) #43

fix: Use appName as package name in the apiResources.partOfPackage (#59)

fix: Use appName as package name in the apiResources.partOfPackage (#59) #43

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
- run: npm i
- run: npm run test