Skip to content

fix: respect host and protocol options in vite_preload_tag (#413) #1594

fix: respect host and protocol options in vite_preload_tag (#413)

fix: respect host and protocol options in vite_preload_tag (#413) #1594

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
build:
name: Rubocop
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
ruby: [
3.3
]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Rubocop
run: bin/rubocop