Skip to content

Commit

Permalink
Implement Format Checks for Groovy Code in GitHub Actions Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karim20230 committed May 8, 2024
1 parent 2edc1bd commit d49536c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/format-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
with:
node-version: '14'

- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'

- name: Install GroovyLint
run: npm install -g npm-groovy-lint

Expand Down

0 comments on commit d49536c

Please sign in to comment.