See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| [ | |
| { | |
| "name":"ABAP", | |
| "type":"programming", | |
| "extensions":[ | |
| ".abap" | |
| ] | |
| }, | |
| { | |
| "name":"AGS Script", |
| /** | |
| lazy val doobieVersion = "1.0.0-RC1" | |
| libraryDependencies ++= Seq( | |
| "org.xerial" % "sqlite-jdbc" % "3.36.0.2", | |
| "org.tpolecat" %% "doobie-core" % doobieVersion, | |
| "org.tpolecat" %% "doobie-hikari" % doobieVersion, | |
| "org.tpolecat" %% "doobie-scalatest" % doobieVersion % Test, | |
| ) | |
| */ |
| name: Test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - features/** | |
| - dependabot/** | |
| pull_request: | |
| branches: |