Sha256: 5ee458ffe419e4415a5ca3f10461159b412f1c2868c4cfd39d2bd03cae6f987e

Contents?: true

Size: 421 Bytes

Versions: 12

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@v4
        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

12 entries across 12 versions & 1 rubygems

Version Path
hephaestus-0.7.2 templates/.github/workflows/licenses.yml
hephaestus-0.7.1 templates/.github/workflows/licenses.yml
hephaestus-0.7.0 templates/.github/workflows/licenses.yml
hephaestus-0.6.4 templates/.github/workflows/licenses.yml
hephaestus-0.6.3 templates/.github/workflows/licenses.yml
hephaestus-0.6.2 templates/.github/workflows/licenses.yml
hephaestus-0.6.1 templates/.github/workflows/licenses.yml
hephaestus-0.6.0 templates/.github/workflows/licenses.yml
hephaestus-0.5.2 templates/.github/workflows/licenses.yml
hephaestus-0.5.1 templates/.github/workflows/licenses.yml
hephaestus-0.5.0 templates/.github/workflows/licenses.yml
hephaestus-0.4.0 templates/.github/workflows/licenses.yml