Skip to content

Merge pull request #63 from github/manuelpuyol-patch-1 #121

Merge pull request #63 from github/manuelpuyol-patch-1

Merge pull request #63 from github/manuelpuyol-patch-1 #121

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: npm install
- run: npm run build
- run: npm test
env:
CI: true