Skip to content

Commit

Permalink
Committing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
49081 committed Mar 23, 2024
1 parent 715f3f6 commit 2fd2c15
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
validate:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/setup-java@v4'
with:
java-version: '17'
distribution: 'temurin'
- uses: 'azure/login@v1'
with:
allow-no-subscriptions: 'true'
Expand Down

0 comments on commit 2fd2c15

Please sign in to comment.