Skip to content

Update for the 4.30 Release #20

Update for the 4.30 Release

Update for the 4.30 Release #20

Workflow file for this run

name: Test
on:
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
env:
VITE_BASE_NAME: /symbol-builder/
permissions:
contents: read
id-token: write
concurrency:
group: "tests"
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/[email protected]
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm install
- name: Linting
run: npm run lint
- name: Building
run: npm run build