chore: full clone for workflow

This commit is contained in:
taskylizard 2024-06-02 21:49:09 +00:00
parent 9484b62f37
commit 0bddd8a9b5

View File

@ -12,6 +12,10 @@ jobs:
node-version: [20]
steps:
- uses: actions/checkout@v4
with:
# Necessary for Lunaria to work properly
# Makes the action clone the entire git history
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v4
with: