feat: bump frontend-build to TS alpha

This commit is contained in:
Ben Warzeski
2023-09-11 19:19:37 +00:00
parent 51dd90741b
commit afa1e7bcc9
4 changed files with 2064 additions and 288 deletions

View File

@@ -7,4 +7,14 @@ on:
jobs:
commitlint:
uses: openedx/.github/.github/workflows/commitlint.yml@master
runs-on: ubuntu-20.04
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: remove tsconfig.json # see issue https://github.com/conventional-changelog/commitlint/issues/3256
run: |
rm -f tsconfig.json
- name: Check commits
uses: wagoid/commitlint-github-action@v5