Skip to content

[feat] Add markdown address highlighting #106

[feat] Add markdown address highlighting

[feat] Add markdown address highlighting #106

Workflow file for this run

name: Build
on:
pull_request:
branches: [main, stable]
workflow_dispatch:
jobs:
build_job:
uses: HyperPlay-Gaming/workflows/.github/workflows/nodejs_commands.yml@main
with:
node_version: '20'
pkg_manager: 'pnpm'
install: 'pnpm i'
name: 'build'
command_one: 'pnpm run build'
command_one_name: 'Build'
checkout_recursive: false
secrets:
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'