Skip to content

Commit a4cd378

Browse files
authored
use head ref
1 parent e186097 commit a4cd378

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/super-linter.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4
23+
with:
24+
# Make sure the actual branch is checked out when running on pull requests
25+
ref: ${{ github.head_ref }}
2326

2427
- name: Prettify code
2528
uses: creyD/[email protected]

0 commit comments

Comments
 (0)