Skip to content

Remove @react-native-community/cli direct dependencies (#45927) #1

Remove @react-native-community/cli direct dependencies (#45927)

Remove @react-native-community/cli direct dependencies (#45927) #1

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