Sha256: 972f0ff943d8e36a05f7ec2315122dda2108b8260c0ff526e87819ff4ad094de

Contents?: true

Size: 372 Bytes

Versions: 10

Compression:

Stored size: 372 Bytes

Contents

name: Check Links

on:
  push:
    branches:
      - main
  pull_request:

jobs:
  check_cpln_links:
    runs-on: ubuntu-latest
    name: Check Links
    steps:
      - name: Checkout repository
        uses: actions/checkout@v3
      - name: Validate outgoing links to Control Plane
        run: |
          TERM=xterm-color ./script/check_cpln_links
        shell: bash

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
cpflow-4.0.1 .github/workflows/check_cpln_links.yml
cpflow-4.0.0 .github/workflows/check_cpln_links.yml
cpflow-3.0.1 .github/workflows/check_cpln_links.yml
cpflow-3.0.0 .github/workflows/check_cpln_links.yml
cpl-2.2.4 .github/workflows/check_cpln_links.yml
cpl-2.2.2 .github/workflows/check_cpln_links.yml
cpl-2.2.1 .github/workflows/check_cpln_links.yml
cpl-2.2.0 .github/workflows/check_cpln_links.yml
cpl-1.4.0 .github/workflows/check_cpln_links.yml
cpl-1.3.0 .github/workflows/check_cpln_links.yml