Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei.winitzki committed Nov 22, 2023
1 parent 000da9b commit 2dc5559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
java-package: jdk
java-version: '17'
- run: sbt scalafmtCheckAll scalafmtSbtCheck
name: scall_build_and_test
name: build_and_test
on:
push: {}
2 changes: 1 addition & 1 deletion github-scala-build-and-test.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let setup =
]

in GithubActions.Workflow::{
, name = "scall_build_and_test"
, name = "build_and_test"
, on = GithubActions.On::{
, push = Some GithubActions.Push::{=}
--, pull_request = Some GithubActions.PullRequest::{=}
Expand Down

0 comments on commit 2dc5559

Please sign in to comment.