Sha256: c493920674560054d31542b577ba513bcdff02fec719fc9f25a6f47f7d76e2fe
Contents?: true
Size: 440 Bytes
Versions: 2
Compression:
Stored size: 440 Bytes
Contents
name: "Rubocop" on: [push] jobs: rubocop_job: runs-on: ubuntu-latest name: Code Scanning job run strategy: fail-fast: false steps: - name: Checkout repository uses: actions/checkout@v2 - name: Rubocop run uses: arthurnn/code-scanning-rubocop/rubocop-action@master - name: Upload Sarif output uses: github/codeql-action/upload-sarif@v1 with: sarif_file: rubocop.sarif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rutabaga-3.1.1 | .github/workflows/rubocop-analysis.yml |
rutabaga-3.1.0 | .github/workflows/rubocop-analysis.yml |