OpenLiberty / guide-rest-client-angular

A guide on how to access a simple RESTful web service and consume its resources with Angular in Open Liberty: https://openliberty.io/guides/rest-client-angular.html
Other
2 stars 4 forks source link

update the superlinter to latest #223

Closed poojasaji1 closed 5 months ago

poojasaji1 commented 5 months ago
gkwan-ibm commented 5 months ago

hi @poojasaji1

the if in line 36 does not align correctly. In yml, each line have to be indented correctly, otherwise it won't work.

gkwan-ibm commented 5 months ago

hi @poojasaji1

line 36 is still not aligned correctly

      - name: Summary
      if: "! github.event.pull_request.head.repo.fork"
        run: |

have to be

      - name: Summary
        if: "! github.event.pull_request.head.repo.fork"
        run: |
gkwan-ibm commented 5 months ago

close