Sha256: ed159355a71b1be1a2b4847f037176f575bd427f2bfb024b986b2bfd5b211062
Contents?: true
Size: 489 Bytes
Versions: 1
Compression:
Stored size: 489 Bytes
Contents
name: CI Pipeline on: pull_request: types: - opened - synchronize push: branches: [main] jobs: ci_task: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Run rubocop and tests run: | docker pull ohdeployer/ohloh_scm:latest cmd='/etc/init.d/ssh start; rubocop; LANG=en_US.UTF-8 rake test 2> /dev/null' docker run --rm -P -v $(pwd):/home/app/ohloh_scm -i ohdeployer/ohloh_scm:latest /bin/sh -c "$cmd"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ohloh_scm-3.0.21 | .github/workflows/ci.yml |