文献分享 |Nature Genetics|原发性和转移性胰腺癌的空间转录组分析突出肿瘤微环境的异质性 #6005
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ruby | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: ruby/[email protected] | |
with: | |
ruby-version: 2.6 | |
bundler-cache: true | |
- run: | |
bundle exec rake | |
env: | |
TOKEN: ${{ secrets.DUTY_TOKEN }} | |
REPO: ${{ github.repository }} | |