Skip to content

feat: add more feilds to send for API #455

feat: add more feilds to send for API

feat: add more feilds to send for API #455

name: pre-merge-checks
on:
pull_request:
branches: [main, develop]
jobs:
Lint-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run lint-check
- run: npm run format-check