Skip to content

Indicator of the repository related to the layer selected #16

Indicator of the repository related to the layer selected

Indicator of the repository related to the layer selected #16

Workflow file for this run

name: ESLint πŸ”
on:
push:
pull_request:
jobs:
eslint:
name: "ESLint πŸ‡―β€ŒπŸ‡Έβ€Œ"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run eslint-fix