Skip to content

COM-3666: can get holding admins when request on users #5124

COM-3666: can get holding admins when request on users

COM-3666: can get holding admins when request on users #5124

Workflow file for this run

name: ESLint
on:
- pull_request
jobs:
build:
name: Run ESLint
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v3
# Install Node.js
- uses: actions/setup-node@v3
with:
node-version: 18.17.0
# Install your dependencies
- run: yarn install
# Run ESLint
- run: yarn lint