Skip to content

Bump rexml from 3.3.3 to 3.3.6 #162

Bump rexml from 3.3.3 to 3.3.6

Bump rexml from 3.3.3 to 3.3.6 #162

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
pip install jsonschema yamllint
- name: Run tests
run: |
make lint