Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Genius v1.13.11 #2

Open
wants to merge 9 commits into
base: genius-v1.13.10
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove useless validations
  • Loading branch information
Wbert Castro committed Mar 25, 2024
commit aeb8b8a09408321e0a6242f7c1b43595139a8599
33 changes: 0 additions & 33 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -18,17 +18,6 @@ on:
- '*'

jobs:
rubocop:
runs-on: ubuntu-latest
container:
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.1
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: bundle install --local || bundle install
- run: bundle exec rake rubocop

gumbo:
needs: ["rubocop"]
strategy:
@@ -296,25 +285,3 @@ jobs:
bundle install --local || bundle install
bundle exec rake compile -- --${{matrix.sys}}-system-libraries
bundle exec rake test

memcheck:
strategy:
fail-fast: false
matrix:
sys: ["disable"]
ruby: ["3.1"]
runs-on: ubuntu-latest
container:
image: ghcr.io/sparklemotion/nokogiri-test:mri-${{matrix.ruby}}
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/cache@v2
if: matrix.sys == 'disable'
with:
path: ports
key: ports-ubuntu-${{hashFiles('dependencies.yml', 'patches/**/*.patch')}}
- run: bundle install --local || bundle install
- run: bundle exec rake compile -- --${{matrix.sys}}-system-libraries
- run: bundle exec rake test:memcheck
3 changes: 0 additions & 3 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
@@ -27,9 +27,6 @@ jobs:
- url: https://github.com/flavorjones/loofah
name: loofah
command: "bundle exec rake test"
- url: https://github.com/rails/rails-html-sanitizer
name: rails-html-sanitizer
command: "bundle exec rake test"
- url: https://github.com/rgrove/sanitize
name: sanitize
command: "bundle exec rake test"
Loading