X Tutup
Skip to content

Fix potential github action smells#5905

Open
ceddy4395 wants to merge 2 commits intoredisson:masterfrom
ceddy4395:fix-gha-smells
Open

Fix potential github action smells#5905
ceddy4395 wants to merge 2 commits intoredisson:masterfrom
ceddy4395:fix-gha-smells

Conversation

@ceddy4395
Copy link

Hey! 🙂
I've made the following changes to the workflow:

  • Avoid incorrectly indented workflows
    • Having files not correctly formatted makes them harder to read. The changes that were made were detected using the yamllint tool.
  • Run CI on multiple language versions
    • Running tests on multiple language versions makes sure that those versions are fully supported and there are no breaking changes introduced.

(These changes are part of a research Study at TU Delft looking at GitHub Action Smells. Find out more)

@ceddy4395 ceddy4395 force-pushed the fix-gha-smells branch 10 times, most recently from 0ab7729 to e308767 Compare May 24, 2024 15:51
- Avoid incorrectly indented workflows
- Run CI on multiple language versions

Signed-off-by: Cedric Willekens <cedric@willekens.dev>
Signed-off-by: Cedric Willekens <cedric@willekens.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup