Skip to content

Open widgets web app link in new tab #72

Open widgets web app link in new tab

Open widgets web app link in new tab #72

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true
- name: Run tests
run: bundle exec rake test