Skip to content

Reduce line-height, update blog date, capitalize blog headings #65

Reduce line-height, update blog date, capitalize blog headings

Reduce line-height, update blog date, capitalize blog headings #65

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build portfolio
working-directory: ./portfolio
run: |
npm ci
npm run lint
npm run build
- name: Build AWS
working-directory: ./aws
run: |
npm ci
npm run lint
npm run build
npm run test