Skip to content

bug template update. #33

bug template update.

bug template update. #33

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: yarn install --no-lockfile
- name: Run lint
run: yarn run lint
- name: Run build
run: yarn run compile