Skip to content

Fixing popout on aws not finding static files #388

Fixing popout on aws not finding static files

Fixing popout on aws not finding static files #388

Workflow file for this run

name: ESLint
on:
push:
branches: ["main", "development"]
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npx eslint .