Skip to content

allow createApp by Component (#19) #79

allow createApp by Component (#19)

allow createApp by Component (#19) #79

Workflow file for this run

name: Code check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "*" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm run lint