Skip to content

Update vendored jquery-ui from 1.12.1 to 1.13.3 #931

Update vendored jquery-ui from 1.12.1 to 1.13.3

Update vendored jquery-ui from 1.12.1 to 1.13.3 #931

Workflow file for this run

name: General Lint
on:
pull_request:
env:
RUBY_VERSION: 3.3
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- name: Generate docs
run: bin/rake docs:build