Skip to content

Introduce cron jobs to clean up the export cache (data/cache/export/) and temporary files/directories (data/tmp/) #12828

Introduce cron jobs to clean up the export cache (data/cache/export/) and temporary files/directories (data/tmp/)

Introduce cron jobs to clean up the export cache (data/cache/export/) and temporary files/directories (data/tmp/) #12828

Workflow file for this run

name: Remark
on: pull_request
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16.x'
- name: Run checks
run: |
yarn install --frozen-lockfile
echo "Remark version: "`npx remark --version`
npx remark --quiet --frail -i .remarkignore .