Refactor RegExp Documentation: Fix Typos and Enhance Formatting; (#5449) #33358
This file contains 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/[email protected] | |
with: | |
command: ${{ matrix.command }} | |
strategy: | |
fail-fast: false | |
matrix: | |
command: ["compile", "format:verify", "lint:js", "lint:md", "test"] | |
on: | |
push: | |
branches: | |
- main | |
pull_request: |