Skip to content

chore(deps): Bump the datalad group in /services/datalad with 8 updates #2100

chore(deps): Bump the datalad group in /services/datalad with 8 updates

chore(deps): Bump the datalad group in /services/datalad with 8 updates #2100

Workflow file for this run

name: ESLint
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: "20.x"
- run: yarn install
- run: yarn run lint