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

docs: deprecated

docs: deprecated #10

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
- run: brew style *.rb
- name: install rdflint
run: |
brew tap imas/rdflint file://$(pwd)
brew install rdflint
- run: rdflint -v