Skip to content

Update azure-static-web-apps-thankful-tree-04ab28e1e.yml #125

Update azure-static-web-apps-thankful-tree-04ab28e1e.yml

Update azure-static-web-apps-thankful-tree-04ab28e1e.yml #125

Workflow file for this run

name: CI Testing
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npx prettier --write .
- run: npm run -w backend lint
- run: npm run -w frontend lint
- run: npm run -w frontend build