You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On related issue: would it make sense to "install" the github action used by the Turing way to check our content for Latin expressions to ensure we don't have to redo this in the future?
probably worth looking into, good idea! 👍 we'd have to clarify what else they are linting / checking, and make sure that all of these steps are (or can be) configured to our liking.
If you have time and interest to do that, I'd appreciate a short report and potentially a new PR :-)
From a look at the python script it should be fairly adaptable to our needs: I think it is mostly a matter of poiting to different folders and specifying what expression to look for
I can work on that but if I don't make it for the 1.4.1 deadline don't wait for me. :-)
probably worth looking into, good idea! 👍 we'd have to clarify what else they are linting / checking, and make sure that all of these steps are (or can be) configured to our liking.
If you have time and interest to do that, I'd appreciate a short report and potentially a new PR :-)
Originally posted by @sappelhoff in #628 (comment)
Opening this issue with the links to the action and its script.
Github action workflow:
https://github.com/alan-turing-institute/the-turing-way/blob/master/.github/workflows/no-bad-latin.yml
Python script called by action:
https://github.com/alan-turing-institute/the-turing-way/blob/master/tests/no-bad-latin.py
Point to figure out if we decide to use it:
The text was updated successfully, but these errors were encountered: