Skip to content

Bump rexml from 3.3.6 to 3.3.9 #130

Bump rexml from 3.3.6 to 3.3.9

Bump rexml from 3.3.6 to 3.3.9 #130

Workflow file for this run

name: CI
on:
push:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
persist-credentials: True
- name: Install Packages
working-directory: .
run: yarn install
- name: Prettier Check
uses: creyD/[email protected]
with:
prettier_options: --check .
same_commit: True