Skip to content

Bump nokogiri from 1.16.7 to 1.18.3 #219

Bump nokogiri from 1.16.7 to 1.18.3

Bump nokogiri from 1.16.7 to 1.18.3 #219

Workflow file for this run

name: pr
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-style:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Check style
run: ./ci/check_style.sh