Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

run-drc-for-cell-gds-using-magic: Add action.yml #26

Merged
merged 6 commits into from
Jun 3, 2021

Conversation

mithro
Copy link
Contributor

@mithro mithro commented Jun 2, 2021

By adding an action.yml the fact that the action is using docker is
hidden and allows us to convert to a javascript action in the future if
we want.

It also makes handing over the inputs nicer and makes it easier to move
between container registries if needed.

Signed-off-by: Tim 'mithro' Ansell tansell@google.com

@mithro mithro requested a review from donn June 2, 2021 18:54
@mithro
Copy link
Contributor Author

mithro commented Jun 2, 2021

We should really be checking that the action actually runs....

@mithro mithro force-pushed the actions.yml branch 2 times, most recently from c2c2820 to 3ed3654 Compare June 2, 2021 21:36
By adding an `action.yml` the fact that the action is using docker is
hidden and allows us to convert to a javascript action in the future if
we want.

It also makes handing over the inputs nicer and makes it easier to move
between container registries if needed.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Add a command line argument to allow the check to look for the `./cells`
in a directory other than the current working directory.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Fixes google#25.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
@mithro mithro force-pushed the actions.yml branch 5 times, most recently from 15c5b50 to 2376ab4 Compare June 3, 2021 00:06
Make an ignored error clear by using a black tick and adding message.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
@mithro mithro force-pushed the actions.yml branch 3 times, most recently from 562172e to 22fbfa5 Compare June 3, 2021 00:35
Rename `match-directories` argument to `match-cells-directories` to
better describe what it actually does.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
@mithro mithro linked an issue Jun 3, 2021 that may be closed by this pull request
@mithro
Copy link
Contributor Author

mithro commented Jun 3, 2021

@donn - Would be great for you to look over this pull request and see the changes I ended up making.

@mithro mithro merged commit bd5ca87 into google:main Jun 3, 2021
@mithro mithro deleted the actions.yml branch June 3, 2021 16:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is match-directories correct?
1 participant