[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: reenable lunaria + remove dupe checkout

-2
-2
.github/workflows/lunaria.yml
··· 17 17 18 18 jobs: 19 19 lunaria-overview: 20 - if: false # temporarily disabled 21 20 name: Generate Lunaria Overview 22 21 runs-on: ubuntu-latest 23 22 ··· 29 28 # Makes the action clone the entire git history 30 29 fetch-depth: 0 31 30 32 - - uses: actions/checkout@v6 33 31 - run: corepack enable 34 32 - uses: actions/setup-node@v6 35 33 with: