Skip to content

added changes to the Bot Permission part inside Contributing.md #476

added changes to the Bot Permission part inside Contributing.md

added changes to the Bot Permission part inside Contributing.md #476

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