Skip to content

Commit df99cb9

Browse files
committed
Trying to make work the ci.
1 parent 20a561a commit df99cb9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- name: Checkout PR branch
22+
- name: Checkout
2323
uses: actions/checkout@v4
24-
with:
25-
ref: ${{ github.head_ref }}
2624

2725
- name: Setup Node.js
2826
uses: actions/setup-node@v4

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/sh
22
echo "▶ Running Prettier..."
33
npx lint-staged
4-

0 commit comments

Comments
 (0)