Skip to content

SPR-192 Update Downloaded Triggers #27

SPR-192 Update Downloaded Triggers

SPR-192 Update Downloaded Triggers #27

name: API Linting Check
on:
pull_request:
types: [opened, synchronize]
branches: [main]
paths:
- "api/**"
workflow_dispatch:
jobs:
lint-api:
name: Lint Backend API
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run ESLint
run: |
cd ./api
npm i
npm run lint