ai-cfia / github-workflows

Reusable github workflows
MIT License
2 stars 0 forks source link

Hotfix for reusable workflow to validate organization standards #103

Closed SonOfLope closed 7 months ago

SonOfLope commented 8 months ago

Current behavior

Some of the steps are not being correctly applied. For example, new lines at EOF are not being checked.

Root cause

The script is not checking out the calling repository. As such, some steps are not behaving as expected.

Solution

add following step :

      - name: Checkout code
        uses: actions/checkout@v4