Skip to content

chore: update frontmatter and workflow #38

chore: update frontmatter and workflow

chore: update frontmatter and workflow #38

Workflow file for this run

name: "SSG"
on:
push:
branches: [ main ]
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches: [ main ]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
defaults:
run:
working-directory: test/ssg
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- run: npm ci
- run: npm run generate
- run: npm run test