Change match_empty_frames to empty_is_annotated #4812
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: Regal | |
on: pull_request | |
jobs: | |
Linter: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup Regal | |
uses: StyraInc/setup-regal@v1 | |
with: | |
version: v0.21.3 | |
- run: regal lint --format=github cvat/apps/*/rules |