mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2026-05-06 23:59:39 -04:00
236f36841e
Removed automatic triggers for push and pull_request events.
21 lines
450 B
YAML
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
|