Skip to content

fix: remove mandatory $self and $base from IRawRepositoryMap #1

fix: remove mandatory $self and $base from IRawRepositoryMap

fix: remove mandatory $self and $base from IRawRepositoryMap #1

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run compile
- run: npm test