Skip to content

Commit aabdf57

Browse files
committed
enable CI on all branches and pull requests
1 parent 44547aa commit aabdf57

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/scala.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ name: Scala CI
77

88
on:
99
push:
10-
branches: [ "master", "staging" ]
1110
pull_request:
12-
branches: [ "master", "staging" ]
1311

1412
permissions:
1513
contents: read

src/main/scala/scripts/ConflictingOverridesChecker.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Rul2Model.{Driveside, Rhd, Lhd, RhdAndLhd, rulesHaveSameOutput}
88
/** Checks for conflicting/duplicate RUL2 code. There are two modes of operation:
99
*
1010
* {{{
11-
* SBT_OPTS="-Xmx2G" sbt -no-color conflictingOverridesCheck
11+
* SBT_OPTS="-Xmx2G" sbt conflictingOverridesCheck
1212
* }}}
1313
* to check all RUL2 code for new conflicting overrides (that are not tagged yet).
1414
* The new conflicts are printed to stdout. Exit code will be non-zero if new

0 commit comments

Comments
 (0)