add checkout

This commit is contained in:
Matthew Phillips 2022-09-22 16:34:34 -04:00
parent a66497202d
commit a7e200ef11

View file

@ -13,6 +13,10 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get changed files in the .changeset folder
id: changed-files-specific
uses: tj-actions/changed-files@v29