Skip to content

Bump rexml from 3.4.0 to 3.4.2 #145

Bump rexml from 3.4.0 to 3.4.2

Bump rexml from 3.4.0 to 3.4.2 #145

Workflow file for this run

---
name: CI
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: MegaLinter
run: ./scripts/lint -c
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}