forgejo-runner-act/pkg/jobparser
Jason Song 342ad6a51a Keep the order of jobs in the workflow file when parsing (#33)
Keep the order of jobs in the workflow file when parsing, and it will make it possible for Gitea to show jobs in the original order on UI.

Reviewed-on: https://gitea.com/gitea/act/pulls/33
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-03-28 11:38:40 +08:00
..
testdata Keep the order of jobs in the workflow file when parsing (#33) 2023-03-28 11:38:40 +08:00
evaluator.go Add custom enhancements 2022-11-22 14:16:35 +08:00
interpeter.go Fix incompatibility caused by tracking upstream add actions to test it (#24) 2023-03-16 15:00:11 +08:00
jobparser.go Keep the order of jobs in the workflow file when parsing (#33) 2023-03-28 11:38:40 +08:00
jobparser_test.go Keep the order of jobs in the workflow file when parsing (#33) 2023-03-28 11:38:40 +08:00
model.go Keep the order of jobs in the workflow file when parsing (#33) 2023-03-28 11:38:40 +08:00
model_test.go ParseRawOn support schedules (#29) 2023-03-24 20:15:46 +08:00