TreeList and DataGrid always show the W1025 warning regardless of the… #751
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: Code generation trigger | |
on: | |
push: | |
branches: [23_1] | |
jobs: | |
trigger: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger code generation | |
run: | | |
gh workflow run update-generated-code.yml -R DevExpress/devextreme-vue | |
env: | |
GITHUB_TOKEN: ${{ secrets.DX_ROBOT_PAT }} |