Skip to content

chore(deps): bump the npm group across 1 directory with 68 updates #25

chore(deps): bump the npm group across 1 directory with 68 updates

chore(deps): bump the npm group across 1 directory with 68 updates #25

Workflow file for this run

name: Scheduled repo analysis with git-sizer
on:
schedule:
- cron: '44 2 * * 0' # Runs on Sundays at 2:44 AM UTC; https://crontab.guru/#44_2_*_*_0
push:
pull_request:
workflow_dispatch:
jobs:
run-git-sizer:
name: git-sizer - ${{ github.repository }}
runs-on: ubuntu-latest
steps:
- name: Run git-sizer
id: sizer
uses: ChrisCarini/github-git-sizer-action@09eaa4ae73038a5f0bbdc7e7b964f1bf6114c277 # latest
with:
flags: '--threshold=0'
- name: Print git-sizer output
run: |
printf "%s\n" "${{ steps.sizer.outputs.result }}"