Skip to content

Add /slides presentation page for Clear Signing #44

Add /slides presentation page for Clear Signing

Add /slides presentation page for Clear Signing #44

Workflow file for this run

name: quality-gate
on:
pull_request:
push:
branches:
- main
jobs:
quality-gate:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build