Skip to content

docs: mention Apple Shortcut actions in README #104

docs: mention Apple Shortcut actions in README

docs: mention Apple Shortcut actions in README #104

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