scaleracademy / scaler-open-source-september-challenge

335 stars 456 forks source link

[ BUG ] Error in YAML FIile .. #1093

Closed narasimha-1511 closed 1 year ago

narasimha-1511 commented 1 year ago

you have an error in the yaml file in the path

Path: .githhub/workflows/linter.yaml

Syntax Error in Line 1

https://github.com/scaleracademy/scaler-open-source-september-challenge/blob/74b6b072f8ec333f8119076ce50bd7ba0315440f/.github/workflows/linter.yaml

narasimha-1511 commented 1 year ago

You need to give a space before name in the First Line to solve the issue..

narasimha-1511 commented 1 year ago

the line 1 in : https://github.com/scaleracademy/scaler-open-source-september-challenge/blob/74b6b072f8ec333f8119076ce50bd7ba0315440f/.github/workflows/linter.yaml

In first line: name: Lint Code Base You need to give space and make it: name: Lint Code Base

narasimha-1511 commented 1 year ago

I have made a pull request by solvin it once checkout:https://github.com/scaleracademy/scaler-open-source-september-challenge/pull/1094

christusdsouza commented 1 year ago

you have to actually remove spaces before "on" and "jobs"

narasimha-1511 commented 1 year ago

you have to actually remove spaces before "on" and "jobs"

yes anything is possible

narasimha-1511 commented 1 year ago

@shivaylamba Sir @shivscaler , I have found an error in your Yaml File https://github.com/scaleracademy/scaler-open-source-september-challenge/blob/main/.github/workflows/linter.yaml

There is Wrong Indentaion In the Linter file There Should be a Space between name in line 1

shivscaler commented 1 year ago

THanks for reporting. Can you check if this is fixed now

narasimha-1511 commented 1 year ago

yes sir it is fixed