Skip to content

Bump rexml from 3.2.5 to 3.3.6 #339

Bump rexml from 3.2.5 to 3.3.6

Bump rexml from 3.2.5 to 3.3.6 #339

Workflow file for this run

name: Tests
on:
push:
branches:
- '*'
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Format
uses: astral-sh/ruff-action@v1
with:
args: "format --check"
- name: Lint
uses: astral-sh/ruff-action@v1