Advance RFC #1065 "Deprecate and Remove ember-fetch" to Stage Released
#1987
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: CI | |
| on: | |
| push: | |
| branches: [master, main] | |
| pull_request: {} | |
| jobs: | |
| lint-frontmatter: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Setup RFCs tooling | |
| uses: ./.github/actions/setup-rfcs-tooling | |
| - name: Lint the frontmatter of all RFCs | |
| run: node ./rfcs-tooling/scripts/lint-rfc-frontmatter.mjs text/*.md |