Skip to content

fix: validate GitHub Packages URI host exactly #44

fix: validate GitHub Packages URI host exactly

fix: validate GitHub Packages URI host exactly #44

Workflow file for this run

name: RSpec tests
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 1 * *'
jobs:
test:
strategy:
matrix:
ruby: ['3.2', '3.3', '3.4', '4.0', head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Execute the tests
run: bundle exec rspec