feat(AEP-154): update to conform to RFC 9110, clarify precondition error code #488
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: test | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| container: node:20 | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Generate all static pages, and build site. | |
| run: ./scripts/build.sh |