Sha256: ecc3cf1059c47b81d3a6d99d063ebd8454552838c6e8c14fca744d7d3ce12a9e
Contents?: true
Size: 404 Bytes
Versions: 3
Compression:
Stored size: 404 Bytes
Contents
name: CodeMetrics report sending on: push: branches: [ main ] pull_request: branches: [ main ] permissions: contents: read jobs: report_sending: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 3.0 bundler-cache: true - run: sh ./sending_report.sh
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tabled-1.1.0 | .github/workflows/codemetrics.yml |
tabled-1.0.0 | .github/workflows/codemetrics.yml |
tabled-0.0.6 | .github/workflows/codemetrics.yml |