Skip to content

Generic shares_base module and specific s3_datasets_shares module - part 9 (share db repositories) #1467

Generic shares_base module and specific s3_datasets_shares module - part 9 (share db repositories)

Generic shares_base module and specific s3_datasets_shares module - part 9 (share db repositories) #1467

Workflow file for this run

name: eslint
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
- release/*
- main-v2
- v2m*
permissions:
contents: read
jobs:
es-lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache-dependency-path: |
./frontend/package-lock.json
./frontend/package.json
- run: npm install
working-directory: frontend
- run: npm run lint
working-directory: frontend