Skip to content

fix[#20] add static title description for links in case there's no ja… #240

fix[#20] add static title description for links in case there's no ja…

fix[#20] add static title description for links in case there's no ja… #240

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
- run: npm ci
- name: Build project
run: npm run build