Skip to content

Merge pull request #10 from visoftsolutions/9-exchange-mobile-version #5

Merge pull request #10 from visoftsolutions/9-exchange-mobile-version

Merge pull request #10 from visoftsolutions/9-exchange-mobile-version #5

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