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