Add actor, bindables and remotes to json_model_classes #1087
Workflow file for this run
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: Changelog Check | |
| on: | |
| pull_request: | |
| types: [assigned, opened, synchronize, reopened, labeled, unlabeled] | |
| branches: | |
| - master | |
| jobs: | |
| build: | |
| name: Check Actions | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Changelog check | |
| uses: Zomzog/changelog-checker@v1.3.0 | |
| with: | |
| fileName: CHANGELOG.md | |
| noChangelogLabel: skip changelog | |
| checkNotification: Simple | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |