Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit b5cf369

Browse files
author
Nicholas Carrigan (he/him)
authored
fix(tools): workflow (#882)
* fix(tools): workflow * fix: NL error
1 parent fc8a13c commit b5cf369

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/prettier-lint-check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v2
26-
with:
27-
# Make sure the actual branch is checked out when running on pull requests
28-
ref: ${{ github.head_ref }}
29-
# This is important to fetch the changes to the previous commit
30-
fetch-depth: 0
3126

3227
- name: Load Node.js
3328
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)