Files
Faraz Fallahi 236f36841e Modify Ruby workflow to use workflow_dispatch only
Removed automatic triggers for push and pull_request events.
2026-03-05 23:40:56 -08:00

21 lines
450 B
YAML

name: Ruby
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
- name: Checks
run: |
gem install awesome_bot
awesome_bot -f README.md, books.md, minor.md, videos.md --allow-dupe --allow-redirect --allow-ssl -w libwebsockets,https://github.com --skip-save-results