Sha256: ecf4707f0ebb6878a7697f27fef2b007e382ca9cfc8b0c6bf98f359bac717f90
Contents?: true
Size: 617 Bytes
Versions: 2
Compression:
Stored size: 617 Bytes
Contents
name: PR Linter on: [pull_request] jobs: danger: runs-on: ubuntu-latest env: BUNDLE_GEMFILE: ${{ github.workspace }}/Gemfile.danger steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.6 bundler-cache: true - run: | # the personal token is public, this is ok, base64 encode to avoid tripping Github TOKEN=$(echo -n NWY1ZmM5MzEyMzNlYWY4OTZiOGU3MmI3MWQ3Mzk0MzgxMWE4OGVmYwo= | base64 --decode) DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
mongoid-compatibility-0.6.0 | .github/workflows/danger.yml |
slack-ruby-client-1.1.0 | .github/workflows/danger.yml |