Skip to content

Commit 4aa76b1

Browse files
committed
format
1 parent 0301e50 commit 4aa76b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
needs: main
6060
runs-on: ubuntu-latest
6161
if:
62-
${{ github.repository == 'testing-library/dom-testing-library' && github.event_name == 'push' }}
62+
${{ github.repository == 'testing-library/dom-testing-library' &&
63+
github.event_name == 'push' }}
6364
steps:
6465
- name: 🛑 Cancel Previous Runs
6566
uses: styfle/[email protected]

0 commit comments

Comments
 (0)