Skip to content

Allow indexing by Google #90

Allow indexing by Google

Allow indexing by Google #90

Workflow file for this run

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