Skip to content

keys-checker. Virtual keyboard vs Physical keyboard (WIP) #11

keys-checker. Virtual keyboard vs Physical keyboard (WIP)

keys-checker. Virtual keyboard vs Physical keyboard (WIP) #11

Workflow file for this run

name: Build and Store Artifact
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install libs
run: |
npm install
- name: Build project
run: |
npm run build
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: package
path: dist