Closed SonOfLope closed 8 months ago
Some of the steps are not being correctly applied. For example, new lines at EOF are not being checked.
The script is not checking out the calling repository. As such, some steps are not behaving as expected.
add following step :
- name: Checkout code uses: actions/checkout@v4
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 :