Skip to content

Bump eslint-config-brightspace from 0.25.3 to 1.0.0 #21

Bump eslint-config-brightspace from 0.25.3 to 1.0.0

Bump eslint-config-brightspace from 0.25.3 to 1.0.0 #21

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-node
- name: Install dependencies
run: npm install
- name: Lint and Test
run: npm run test
env:
FORCE_COLOR: 3