Skip to content

wrangler@v3 Update register-commands-production.yaml #632

wrangler@v3 Update register-commands-production.yaml

wrangler@v3 Update register-commands-production.yaml #632

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