Skip to content

feat: set basic data to test and test upload page #13

feat: set basic data to test and test upload page

feat: set basic data to test and test upload page #13

Workflow file for this run

name: CI (repo level)
on:
push:
branches:
- main
- "release-*"
pull_request:
branches:
- main
- "release-*"
workflow_dispatch:
workflow_call:
jobs:
build:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci .
- run: npm run check