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

Commits on Jun 2, 2021

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

    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 committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    7fb9b8a View commit details
    Browse the repository at this point in the history
  2. run-drc-for-cell-gds-using-magic: Enable running in a directory.

    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>
    mithro committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    50d3d4c View commit details
    Browse the repository at this point in the history
  3. run-drc-for-cell-gds-using-magic: Improve regex matching.

    Fixes google#25.
    
    Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
    mithro committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    c9a499e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. run-drc-for-cell-gds-using-magic: Better ignored output.

    Make an ignored error clear by using a black tick and adding message.
    
    Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
    mithro committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    44ba27e View commit details
    Browse the repository at this point in the history
  2. run-drc-for-cell-gds-using-magic: Rename match argument.

    Rename `match-directories` argument to `match-cells-directories` to
    better describe what it actually does.
    
    Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
    mithro committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    fa2b71e View commit details
    Browse the repository at this point in the history
  3. run-drc-for-cell-gds-using-magic: Testing container locally.

    Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
    mithro committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    e89d4b7 View commit details
    Browse the repository at this point in the history