Skip to content

fix: make sure to verify only path value (and not query params) #14

fix: make sure to verify only path value (and not query params)

fix: make sure to verify only path value (and not query params) #14

Workflow file for this run

on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
tests:
runs-on: "ubuntu-latest"
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Rotate Keys
run: |
touch ./.env
chmod +x ./rotate_keys.rb
./rotate_keys.rb
shell: bash
- name: Run RSpec tests
run: bundle exec rspec spec