Skip to content

Commit

Permalink
Add validation to Config and Params (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp authored Jul 17, 2023
1 parent 56096e4 commit 7309629
Show file tree
Hide file tree
Showing 32 changed files with 441 additions and 180 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codegen_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', 3.1 ]
ruby: ['3.0', 3.1, 3.2]

steps:
- name: Setup Ruby
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', 3.1]
ruby: ['3.0', 3.1, 3.2]

steps:
- name: Setup Ruby
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/hearth_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', 3.1]
ruby: ['3.0', 3.1, 3.2]

steps:
- name: Setup Ruby
Expand All @@ -37,10 +37,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Ruby 3.1
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2

- uses: actions/checkout@v2

Expand All @@ -56,10 +56,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Ruby 3.1
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2

- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rails_codegen_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', 3.1]
ruby: ['3.0', 3.1, 3.2]

steps:
- name: Setup Ruby
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions codegen/projections/rails_json/lib/rails_json/builders.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7309629

Please sign in to comment.