Skip to content

Commit f5428c7

Browse files
committed
Fix spelling mistake in commit workflow
1 parent ccd88ca commit f5428c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/commit-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
linux-setup-and-tests:
77
runs-on: ubuntu-latest
8-
default:
8+
defaults:
99
run:
1010
working-directory: ./frontend/peerprep
1111
strategy:
@@ -23,7 +23,7 @@ jobs:
2323

2424
macos-setup-and-tests:
2525
runs-on: macos-latest
26-
default:
26+
defaults:
2727
run:
2828
working-directory: ./frontend/peerprep
2929
strategy:
@@ -41,7 +41,7 @@ jobs:
4141

4242
windows-setup-and-tests:
4343
runs-on: windows-latest
44-
default:
44+
defaults:
4545
run:
4646
working-directory: ./frontend/peerprep
4747
strategy:

0 commit comments

Comments
 (0)