Sha256: 256f635d04c9bac60276df83d885a641d4eb5d2db70b8811ff57fec8d41fc381
Contents?: true
Size: 643 Bytes
Versions: 1
Compression:
Stored size: 643 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 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 bundler-cache: true - run: | # the personal token is public, this is ok, base64 encode to avoid tripping Github TOKEN=$(echo -n Z2hwX0xNQ3VmanBFeTBvYkZVTWh6NVNqVFFBOEUxU25abzBqRUVuaAo= | base64 --decode) DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
iex-ruby-client-2.1.0 | .github/workflows/danger.yml |