Introduce cron jobs to clean up the export cache (data/cache/export/
) and temporary files/directories (data/tmp/
)
#4831
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 |