Update to 22.2.14 #319
Workflow file for this run
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: Generator version guard | |
on: | |
push: | |
branches: | |
- master | |
- '[12][0-9].[12]' | |
pull_request: | |
jobs: | |
guard: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Get sources | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 2 | |
- name: Run check for version update | |
uses: DevExpress/github-actions/check-for-version-update@main | |
with: | |
path: packages/devextreme-angular-generator |