Skip to content

Prevent Text From being highlighted #112

Prevent Text From being highlighted

Prevent Text From being highlighted #112

Workflow file for this run

name: Validate Build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install NPM deps
run: npm install
- name: use Vite to compile the application
run: npm run build