Skip to content

docs: remove GitHub checks, intro, guidelines, foss and sum it up in our overview page #441

docs: remove GitHub checks, intro, guidelines, foss and sum it up in our overview page

docs: remove GitHub checks, intro, guidelines, foss and sum it up in our overview page #441

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- main
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test build website
run: npm run build