8000 show QR code if enabled for the event · RopeScore/app@b59daa4 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

show QR code if enabled for the event #198

show QR code if enabled for the event

show QR code if enabled for the event #198

Workflow file for this run

name: QA
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci --prefer-offline
- run: npm run codegen
- run: npm run lint
- run: npm run typecheck
0