Skip to content

chore(deps-dev): bump eslint-config-brightspace from 0.24.0 to 0.25.0 #85

chore(deps-dev): bump eslint-config-brightspace from 0.24.0 to 0.25.0

chore(deps-dev): bump eslint-config-brightspace from 0.24.0 to 0.25.0 #85

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
name: Test
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Lint (JavaScript)
run: npm run lint:eslint