Skip to content

Commit

Permalink
v1 instead of v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Apr 11, 2022
1 parent 7363701 commit f2ceb45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ concurrency:
jobs:
check-code-style:
name: Code Style
uses: playframework/.github/.github/workflows/sbt.yml@v1.0.0
uses: playframework/.github/.github/workflows/sbt.yml@v1
with:
cmd: sbt validateCode

check-docs:
name: Docs
uses: playframework/.github/.github/workflows/sbt.yml@v1.0.0
uses: playframework/.github/.github/workflows/sbt.yml@v1
with:
cmd: sbt docs/webStage

Expand All @@ -26,14 +26,14 @@ jobs:
needs: # Waiting more lightweight checks
- "check-code-style"
- "check-docs"
uses: playframework/.github/.github/workflows/sbt.yml@v1.0.0
uses: playframework/.github/.github/workflows/sbt.yml@v1
with:
cmd: sbt +test

scripted-tests:
name: Scripted tests
needs: # Waiting more lightweight checks
- "tests"
uses: playframework/.github/.github/workflows/sbt.yml@v1.0.0
uses: playframework/.github/.github/workflows/sbt.yml@v1
with:
cmd: sbt +publishLocal plugin/scripted

0 comments on commit f2ceb45

Please sign in to comment.