Skip to content

Make title better, bump to trigger deployment #1

Make title better, bump to trigger deployment

Make title better, bump to trigger deployment #1

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
workflow_call:
permissions:
contents: read
# This uses actions/checkout instead of `git clone` directly since it's way
# easier than parsing everything out.
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: git clone --depth=1 "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" .
- run: npm ci
- run: npm run lint
- run: npm run build