diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05539a9..df6e176 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/rdflint.rb b/rdflint.rb index 99187b9..6017379 100644 --- a/rdflint.rb +++ b/rdflint.rb @@ -1,14 +1,14 @@ # typed: false # frozen_string_literal: true -RDFLINT_VERSION="0.1.5" +RDFLINT_VERSION="0.2.0" # Rdflint Formula class Rdflint < Formula desc ": RDF linter" homepage "https://github.com/imas/rdflint" url "https://jitpack.io/com/github/imas/rdflint/#{RDFLINT_VERSION}/rdflint-#{RDFLINT_VERSION}.jar" - sha256 "d96520dcc355a47cb71449d89ebebf460a1eb9d3bb3a379efbb65724972386c7" + sha256 "7c4381ef4517939c9426d94bcdb2fd5a0fc6e659777eea90b15dfba1dfcc3dfd" depends_on :macos depends_on "openjdk"