Skip to content

Merge pull request #28 from Justineo/patch-1 #111

Merge pull request #28 from Justineo/patch-1

Merge pull request #28 from Justineo/patch-1 #111

Workflow file for this run

name: Gated
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install -g pnpm
- run: pnpm i
- run: pnpm format:check
- run: pnpm build