Support 2k variant, combined listing usage with getProductOptions #4970
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
on: | |
pull_request: | |
name: Changelog Linter | |
jobs: | |
lint: | |
name: Lint Changelog | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Lint changesets | |
run: node scripts/lint-changesets.mjs |