Skip to content

Merge pull request #23 from mitodl/renovate/eslint-config-mitodl-2.x #183

Merge pull request #23 from mitodl/renovate/eslint-config-mitodl-2.x

Merge pull request #23 from mitodl/renovate/eslint-config-mitodl-2.x #183

Workflow file for this run

name: CI
on: [push]
jobs:
javascript-tests:
runs-on: ubuntu-latest
env:
SKIP_YARN_COREPACK_CHECK: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.8.1
cache: "yarn"
- run: corepack enable
- name: Install dependencies
run: yarn install --immutable
- name: Lint
run: yarn lint