This repository was archived by the owner on Feb 27, 2026. It is now read-only.
Degrees entry is completed and revised #40930
Workflow file for this run
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: Push | |
| jobs: | |
| ci: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: Codecademy/run-on-yarn@v2.0.0 | |
| with: | |
| command: ${{ matrix.command }} | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| command: ["compile", "format:verify", "lint:js", "lint:md", "test", "validate-content-tree"] | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: |