Skip to content

[Misc] Footer: remove Join Us! highlight and all button links underline on hover #10

[Misc] Footer: remove Join Us! highlight and all button links underline on hover

[Misc] Footer: remove Join Us! highlight and all button links underline on hover #10

Workflow file for this run

name: Node.js CI
on:
pull_request:
types: [opened, edited, reopened, synchronize]
paths-ignore:
- './.github/*'
- './.vscode/*'
- './public/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run "lint:check"
# - run: npm run test
- run: npm run build