Skip to content

Merge pull request #11 from einsbym/feature/blogging #51

Merge pull request #11 from einsbym/feature/blogging

Merge pull request #11 from einsbym/feature/blogging #51

Workflow file for this run

name: Build Workflow
on:
push:
branches: ['develop', 'main']
pull_request:
branches: ['develop', 'main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build NestJS app
run: npm run build