Skip to content

Add workflow to deploy to IFRS #178

Add workflow to deploy to IFRS

Add workflow to deploy to IFRS #178

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