openBackhaul / TypeApprovalRegister

Administrates the list of approvals of Applications.
Apache License 2.0
1 stars 8 forks source link

Working Directory needs to be change from server/ to impl/server/ in the workflow develop/.github/workflows/yaml-lint.yaml #403

Open sunil-kumar-meena opened 2 days ago

sunil-kumar-meena commented 2 days ago

Description: The working directory has been changed from server/ to impl/server/ and in develop/.github/workflows/yaml-lint.yaml "server" directory reference is present as shown below

           ignore: |
              server/

Proposal: Proposing to change server/ to impl/server/ in develop/.github/workflows/yaml-lint.yaml. e.g

           ignore: |
              impl/server/