Skip to content

Commit

Permalink
STY: place one operating system per line, within list
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed May 25, 2022
1 parent f583d13 commit 101bfd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [macos-latest, ubuntu-latest]
operating-system: [
macos-latest,
ubuntu-latest]
ocaml-compiler: [
'0',
'1',
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [macos-latest, ubuntu-latest]
operating-system: [
macos-latest,
ubuntu-latest]
ocaml-compiler: [
'0',
'1',
Expand Down

0 comments on commit 101bfd4

Please sign in to comment.