Skip to content

Doesn't detect cyclic needs #98

Description

@bytesnz

Want to help get this issue implemented? Donate to the action-validator code fund.


This doesn't seem to detect cyclic needs on the jobs.

name: cyclic-test
on:
  pull: {}
jobs:
  test:
    runs-on: ubuntu-latest
    needs:
      - test
    steps:
      - run: echo hello
  test1:
    runs-on: ubuntu-latest
    needs:
      - test2
    steps:
      - run: echo hello
  test2:
    runs-on: ubuntu-latest
    needs:
      - test1
    steps:
      - run: echo hello

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    code-fundThis issue is part of "code fund"; see https://hezmatt.org/~mpalmer/code-fund.htmlpr-welcomeThis would be a good fix/feature, but the maintainer isn't planning on doing the work

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions