Skip to content

Commit

Permalink
Update CI and rake tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Feb 6, 2024
1 parent cee83dc commit e7772c2
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 169 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2
- name: Install dependencies
run: bundle install

- name: "Verify common files are consistent"
run: |
git remote add -f b https://github.com/w3c/json-ld-wg.git
git remote update
git diff --exit-code remotes/b/main -- common
#- name: "Verify common files are consistent"
# run: |
# git remote add -f b https://github.com/w3c/json-ld-wg.git
# git remote update
# git diff --exit-code remotes/b/main -- common

- name: Verify examples are consistent
run: bundle exec rake test
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source "https://rubygems.org"
gem 'json-ld', github: 'ruby-rdf/json-ld', branch: 'develop'
gem 'json-ld-preloaded'
gem 'nokogiri'
gem 'nokogumbo'
gem 'linkeddata'
gem 'colorize'
gem 'rake'
Expand Down
Loading

0 comments on commit e7772c2

Please sign in to comment.