Add build action

This commit is contained in:
phil 2024-10-19 12:22:57 +02:00
parent 62506c830a
commit a1bb006ff7

View file

@ -0,0 +1,22 @@
on: [push]
jobs:
test:
runs-on: container
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- run: ng build