Skip to content

Move recaptcha execution inside try..catch #482

Move recaptcha execution inside try..catch

Move recaptcha execution inside try..catch #482

name: Run frontend app linter
on: push
jobs:
ESLint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "frontend"
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint