Closed lsig closed 1 year ago
Well looks like I finally got it to work after many tries. Decided to change course, the action now only checks if the formatting and linter rules are followed, and fails if they are not. Made bash script to run the linter and formatter, remember to give make it executable locally with chmod +x.
Fixing GH actions lint.yaml
Problem: When the linting action was finished running the SCA action did not take those changes into account. Hopefully by committing the changes it fixes this problem
How to test