Skip to content

feat(test): improve the go tests #832

feat(test): improve the go tests

feat(test): improve the go tests #832

name: Lint and Check Links
on:
pull_request:
branches:
- main
jobs:
build:
name: Lint and Check Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint with ESLint
run: npm run lint
- name: Build website
run: npm run build
- name: Prettier Code
run: npm run format:diff
- name: Check types
run: npm run typecheck