Skip to content

Ruby

Ruby #4901

Workflow file for this run

name: Ruby
on:
issues:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: ruby/setup-ruby@v1.160.0
with:
ruby-version: 2.6
bundler-cache: true
- run:
bundle exec rake
env:
TOKEN: ${{ secrets.DUTY_TOKEN }}
REPO: ${{ github.repository }}