Sha256: 579b5586c3f107c79c8b72e287a4f4e11477c39c1bbe2d42dfbcd94fe20c94aa
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
--- name: ci on: schedule: - cron: '1 1 * * *' jobs: test: name: test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7.2 bundler-cache: true - name: Run tests run: bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
arbo-1.2.0 | .github/workflows/daily.yaml |