Sha256: e0c273525b015be6ced6884f32b483fab074f58c5d2fad76f7e4641fe2b11003
Contents?: true
Size: 655 Bytes
Versions: 1
Compression:
Stored size: 655 Bytes
Contents
name: CI on: push: branches: - master pull_request: branches: - master schedule: - cron: "0 9 * * *" jobs: test: if: | github.actor == 'picatz' || github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Set up Ruby 2.7 uses: actions/setup-ruby@v1 with: ruby-version: 2.7.x - name: Rspec env: SHODAN_API_KEY: ${{secrets.SHODAN_API_KEY}} run: | gem install bundler:2.2.33 bundle _2.2.33_ install --jobs 4 --retry 3 bundle exec rspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shodanz-2.0.6 | .github/workflows/ci.yml |