Skip to content

fix: correct errors in build and test workflows #4

fix: correct errors in build and test workflows

fix: correct errors in build and test workflows #4

Workflow file for this run

name: build
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Build
run: npx nest build