Skip to content

Commit

Permalink
Fix GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Mar 19, 2024
1 parent a542284 commit 20f11ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ jobs:
Linters:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 20f11ae

Please sign in to comment.