文件操作 - ci.yaml
返回文件管理
返回主菜单
删除本文件
文件: /opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/optimist-3.1.0/.github/workflows/ci.yaml
编辑文件内容
name: CI on: push: pull_request: schedule: - cron: '0 0 * * 0' jobs: ci: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby-version: - '2.4' - '2.5' - '2.6' - '2.7' - '3.0' - '3.1' - '3.2' - jruby-9.3 - ruby-head - jruby-head steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - name: Run tests run: bundle exec rake
修改文件时间
将文件时间修改为当前时间的前一年
删除文件