Skip to content

exchange mobile version #2

exchange mobile version

exchange mobile version #2

Workflow file for this run

name: Qwik build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run fmt.check
- run: npm run lint
- run: npm run build