Skip to content

xp : 2023-07-19-hero-generate-code #387

xp : 2023-07-19-hero-generate-code

xp : 2023-07-19-hero-generate-code #387

Workflow file for this run

name: tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: install dependencies
run: npm install
- name: lint site
run: npm run lint
- name: build site
run: npm run build