Sha256: 0a1b841f1dc60ad8fa6659cb8ba68a6985e38dc8d33ad2a5df5ffed83b85305b
Contents?: true
Size: 639 Bytes
Versions: 2
Compression:
Stored size: 639 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 bundle install --jobs 4 --retry 3 bundle exec rspec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shodanz-2.0.5 | .github/workflows/ci.yml |
shodanz-2.0.4 | .github/workflows/ci.yml |