Skip to content

Commit

Permalink
more ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerseneck committed Mar 10, 2024
1 parent 628027f commit 3f8eec6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
persist-credentials: True

- name: Install Packages
working-directory: .
Expand All @@ -18,3 +22,4 @@ jobs:
with:
prettier_options: --write .
only_changed: True
same_commit: True

0 comments on commit 3f8eec6

Please sign in to comment.