Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

chore: add github actions #1

chore: add github actions

chore: add github actions #1

Workflow file for this run

name: Test
on:
pull_request:
branches:
- '**'
concurrency:
group: tests-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
fail-fast: true
name: lint and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run lint
- run: npm run app:patch:stenciljs
- run: npm run app:build