Skip to content

hhfrancois run build on hhnest/granted #7

hhfrancois run build on hhnest/granted

hhfrancois run build on hhnest/granted #7

Workflow file for this run

name: Build hhnest/granted
run-name: ${{ github.actor }} run build on ${{ github.repository }}
on:
push:
branches:
- '*'
jobs:
build-nestjs-lib:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm run build