Skip to content

Commit fa27c58

Browse files
committed
Fix bugs introduced by formatter
1 parent 534ce29 commit fa27c58

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pr-tests.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Pull Request Tests
33
on:
44
pull_request:
55
branches:
6-
- master
7-
types: [opened, synchronize, reopened, ready_for_review]
8-
workflow_dispatch: null
6+
- master
7+
types: [opened, synchronize, reopened, ready_for_review]
8+
workflow_dispatch:
99

1010
jobs:
1111
gcc:
@@ -49,6 +49,7 @@ jobs:
4949
credentials:
5050
username: ${{ github.actor }}
5151
password: ${{ secrets.github_token }}
52+
5253
name: clang
5354
steps:
5455
- name: Checkout

0 commit comments

Comments
 (0)