Click instead of hover to open dropdown menus #950
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@v0.2.0 | |
with: | |
version: v0.11.0 | |
- run: regal lint --format=github cvat/apps/iam/rules |