Skip to content

Some TypeScript + reinstate reading timer on blog #49

Some TypeScript + reinstate reading timer on blog

Some TypeScript + reinstate reading timer on blog #49

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