Skip to content

💄 GC-3802 Add pending state to the nameplate UI component #1384

💄 GC-3802 Add pending state to the nameplate UI component

💄 GC-3802 Add pending state to the nameplate UI component #1384

Workflow file for this run

name: GUI CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: "18"
- run: npm install
- run: npm run vtest
- run: npm run lint:style