Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
java11 on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
takemikami committed May 20, 2022
1 parent 535ba6d commit 671dc51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'

- run: brew style *.rb

- name: install rdflint
Expand Down

0 comments on commit 671dc51

Please sign in to comment.