Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Remove grants council #520

Remove grants council

Remove grants council #520

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
- staging
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: yarn install --immutable
- name: Build
run: yarn build
- name: Test
run: yarn test