@@ -41,37 +41,37 @@ jobs:
4141 - name : Run tests
4242 run : bundle exec rspec
4343
44- json_schema :
45- name : Validate JSON schema
44+ # json_schema:
45+ # name: Validate JSON schema
4646
47- runs-on : ubuntu-latest
47+ # runs-on: ubuntu-latest
4848
49- steps :
50- - name : Checkout code
51- uses : actions/checkout@v4
49+ # steps:
50+ # - name: Checkout code
51+ # uses: actions/checkout@v4
5252
53- # Rush needed for easy installation of check-jsonschema
54- - name : Install rush
55- run : curl -Ls http://get.dannyb.co/rush/setup | bash
53+ # # Rush needed for easy installation of check-jsonschema
54+ # - name: Install rush
55+ # run: curl -Ls http://get.dannyb.co/rush/setup | bash
5656
57- - name : Connect rush repo
58- run : rush clone dannyben --shallow --default
57+ # - name: Connect rush repo
58+ # run: rush clone dannyben --shallow --default
5959
60- - name : Install check-jsonschema
61- run : rush get check-jsonschema
60+ # - name: Install check-jsonschema
61+ # run: rush get check-jsonschema
6262
63- # libyaml needed for Ruby's YAML library
64- - name : Install OS dependencies
65- run : sudo apt-get -y install libyaml-dev
63+ # # libyaml needed for Ruby's YAML library
64+ # - name: Install OS dependencies
65+ # run: sudo apt-get -y install libyaml-dev
6666
67- - name : Setup Ruby
68- uses : ruby/setup-ruby@v1
69- with :
70- ruby-version : ' 3.1'
71- bundler-cache : true
67+ # - name: Setup Ruby
68+ # uses: ruby/setup-ruby@v1
69+ # with:
70+ # ruby-version: '3.1'
71+ # bundler-cache: true
7272
73- - name : Test schema
74- run : bundle exec run schema
73+ # - name: Test schema
74+ # run: bundle exec run schema
7575
7676 codespell :
7777 name : Spell check
0 commit comments