Sha256: 8b8b87f375326629afa2588f4d9908375da5d339061c90bf99db9d1dd54ead8b

Contents?: true

Size: 567 Bytes

Versions: 2

Compression:

Stored size: 567 Bytes

Contents

name: Test

on:
  push:
    branches:
    - master
  pull_request:
    branches:
    - master
  schedule:
  - cron: "0 9 * * *"

jobs:
  rspec:
    if: |
      github.actor == 'picatz' ||
      github.actor == 'dependabot[bot]' ||
      github.actor == 'dependabot-preview[bot]'
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: '3.2'
        bundler-cache: true
    - name: RSpec
      env:
        SHODAN_API_KEY: ${{secrets.SHODAN_API_KEY}}
      run: |
        bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shodanz-2.0.8 .github/workflows/test.yml
shodanz-2.0.7 .github/workflows/test.yml