Skip to content

AI4Protein 2024年度总结 #6257

AI4Protein 2024年度总结

AI4Protein 2024年度总结 #6257

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.190.0
with:
ruby-version: 2.6
bundler-cache: true
- run:
bundle exec rake
env:
TOKEN: ${{ secrets.DUTY_TOKEN }}
REPO: ${{ github.repository }}