Skip to content

Require Flow types in all react-native source files (#45786) #2

Require Flow types in all react-native source files (#45786)

Require Flow types in all react-native source files (#45786) #2

Workflow file for this run

name: Keep Github Actions Cache < 10GB
on:
workflow_dispatch:
schedule:
# Run every 2hrs during weekdays
- cron: "0 0/2 * * 1-5"
jobs:
if: github.repository == 'facebook/react-native'

Check failure on line 10 in .github/workflows/cache-repear.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cache-repear.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
cache-cleaner:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
- name: Trim the cache
run: node scripts/clean-gha-cache.js