GitHub action fails to install gem

后端 未结 0 660
深忆病人
深忆病人 2020-12-15 01:41

I have the following GitHub action:

name: Rubocop
on: push

jobs:
  check:
    runs-on: ubuntu-latest
    steps:
      - name: Install Rubocop
        run: ge         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题