wert007 / tabelle

It is a spreadsheet program for your terminal. Written in rust.
MIT License
1 stars 1 forks source link

[Suggestion] GHA Workflow Linting #14

Open kevinmatthes opened 1 year ago

kevinmatthes commented 1 year ago

In some previous commits, you already added some CI steps. Would you be interested in linting them? This would catch bugs in the definition of further CI steps way earlier and would abbreviate the testing. I know an Action which usually only takes 5 seconds to determine the validity and style of GHA workflows, including its contained shell scripts.