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

Commit

Permalink
Merge pull request #14 from takemikami/brew-style
Browse files Browse the repository at this point in the history
add brew style check
  • Loading branch information
takemikami authored Apr 16, 2021
2 parents 7bee8c4 + d1a96b3 commit d8f67d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: brew style *.rb

- name: install rdflint
run: |
brew tap imas/rdflint file://$(pwd)
Expand Down
9 changes: 7 additions & 2 deletions rdflint.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
RDFLINT_VERSION='0.1.5'
# typed: false
# frozen_string_literal: true

RDFLINT_VERSION="0.1.5"

# Rdflint Formula
class Rdflint < Formula
desc "rdflint: RDF linter"
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"
Expand Down

0 comments on commit d8f67d0

Please sign in to comment.