Update to theme to color-mode and update light & dark palettes. #9949
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: License Checker | |
| on: pull_request | |
| jobs: | |
| lint: | |
| name: License Checker | |
| timeout-minutes: 3 | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: Brightspace/third-party-actions@actions/checkout | |
| - uses: Brightspace/setup-node@main | |
| with: | |
| node-version-file: .nvmrc | |
| cache: 'npm' | |
| - name: Install dependencies | |
| run: | | |
| npm ci | |
| npm install d2l-license-checker@4 --no-save | |
| - name: Check License | |
| run: npx d2l-license-checker -p |