njallskarp / finetune-qa-powerset

Finetuning BERT models on a powerset of different linguistic domains
https://lvl.ru.is/
5 stars 0 forks source link

Fix/yaml take 3 #44

Closed lsig closed 1 year ago

lsig commented 1 year ago

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

lsig commented 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.