Skip to content

feat(people): move ted and mike to accomplices #38

feat(people): move ted and mike to accomplices

feat(people): move ted and mike to accomplices #38

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
name: Build Gatsby site
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install Project Dependencies
run: yarn install
- name: Build
run: yarn build