Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

It should report on circular dependencies #11

Closed
OmarTawfik opened this issue Mar 3, 2019 · 1 comment
Closed

It should report on circular dependencies #11

OmarTawfik opened this issue Mar 3, 2019 · 1 comment
Labels
missing-feature Something is missing from implementation released

Comments

@OmarTawfik
Copy link
Owner

https://github.com/actions/workflow-parser/blob/34f15fcd4bcf5c26c0cd9558bad8d3ef8f4d3ff6/parser/parser.go#L113-L139

@OmarTawfik OmarTawfik added the missing-feature Something is missing from implementation label Mar 3, 2019
OmarTawfik pushed a commit that referenced this issue Mar 12, 2019
# [1.3.0](v1.2.1...v1.3.0) (2019-03-12)

### Bug Fixes

* report errors on duplicate actions or workflows ([#44](#44)) ([5572f59](5572f59)), closes [#41](#41)

### Features

* report error when 'needs' refers to a non-existing action ([#46](#46)) ([cc446d6](cc446d6)), closes [#7](#7)
* report errors on actions circular dependencies ([#47](#47)) ([87ea513](87ea513)), closes [#11](#11)
* report errors on duplicate actions in resolves ([#48](#48)) ([5e7db6d](5e7db6d)), closes [#37](#37)
* report errors on duplicate needs actions ([#49](#49)) ([1e0fc49](1e0fc49)), closes [#42](#42)
* report errors on duplicate or too many actions ([#33](#33)) ([f32daa3](f32daa3)), closes [#10](#10)
* report errors on invalid 'uses' values ([#50](#50)) ([2cc08f5](2cc08f5)), closes [#6](#6)
* report errors on reserved environment variables ([#34](#34)) ([73ba6aa](73ba6aa))
* report errors on unknown event types ([#45](#45)) ([7b3720b](7b3720b)), closes [#4](#4)
* report errors on unresolved actions ([#38](#38)) ([61a2eec](61a2eec))
@OmarTawfik
Copy link
Owner Author

🎉 This issue has been resolved in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
missing-feature Something is missing from implementation released
Projects
None yet
Development

No branches or pull requests

1 participant