Skip to content

If we get the ROR data in the search we would prefer to display the Org #4886

If we get the ROR data in the search we would prefer to display the Org

If we get the ROR data in the search we would prefer to display the Org #4886

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-24.04
steps:
# Checkout the repo
- uses: actions/checkout@v2
# Install Node
- uses: actions/setup-node@v2
with:
cache: 'yarn'
node-version: 18
# Run yarn install for JS dependencies
- name: 'Yarn Install'
run: yarn install
- name: 'Run ESLint'
run: yarn run eslint app/javascript/**/*.js --ext .js