Sha256: 57b4795d3f25092cf9a97f6f157e2b985adc47b2f7658236a53854452e33f1f6

Contents?: true

Size: 421 Bytes

Versions: 3

Compression:

Stored size: 421 Bytes

Contents

name: License

on:
  pull_request_target:
    paths:
      - "Gemfile.lock"
      - "package-lock.json"

env:
  RAILS_ENV: test

jobs:
  verify:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        with:
          ref: ${{ github.head_ref }}
          token: ${{ secrets.GH_SISYPHUS_YETTO_REPO_TOKEN }}

      - uses: yettoapp/actions/run-license-verify@main
        with:
          ruby: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hephaestus-0.3.1 templates/.github/workflows/licenses.yml
hephaestus-0.2.3 templates/.github/workflows/licenses.yml
hephaestus-0.2.2 templates/.github/workflows/licenses.yml