Skip to content

Bump rexml from 3.3.3 to 3.3.6 #30

Bump rexml from 3.3.3 to 3.3.6

Bump rexml from 3.3.3 to 3.3.6 #30

Workflow file for this run

name: JSON check (demo failure-case)
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: json-syntax-check
uses: ./
with:
pattern: "\\.json"
continue-on-error: true
- name: This test should fail
if: ${{ failure() }}
run: exit 0