Closed PrathibaJee closed 11 months ago
Could you please check, whether the change has the wished effect. If yes, please close the issue. If not, please assign back to me an send email to indicate need for change.
name: Yaml Lint
on:
pull_request:
branches: [develop]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
format: github
config_data: |
extends: default
ignore: |
/server/
rules:
line-length: disable
document-start: disable
Thank you for resolving the problem. Now , server/ folder is excluded from the yaml lint job.
Hence closing this issue.
To ignore the ./server/api/openapi.yaml file from the yaml-lint validation , rules in the .github/workflows/yaml-lint.yaml shall be modified to ignore the folder server.