Skip to content

DEV-224 [FIX] Ensure all map fields are functional when placed togeth… #761

DEV-224 [FIX] Ensure all map fields are functional when placed togeth…

DEV-224 [FIX] Ensure all map fields are functional when placed togeth… #761

Workflow file for this run

name: Run ESLint on Pull Requests
on:
- push
jobs:
build:
name: Linting
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v1
# Install Node.js
- uses: actions/setup-node@v1
with:
node-version: 18
# Install dependencies
- run: npm ci
# Run ESLint
- uses: eslint/github-action@v0