Skip to content

DevFix the function loss caused by the merge (#13) #6

DevFix the function loss caused by the merge (#13)

DevFix the function loss caused by the merge (#13) #6

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: yarn
- name: Install
run: yarn install --frozen-lockfile
- name: Compile
run: yarn compile
- name: Lint
run: yarn lint