Rename step.yml to func.yml for GitLab Functions compatibility

Summary

Rename the step.yml configuration file to func.yml to align with the GitLab CI Steps → GitLab CI/CD Functions renaming initiative.

Details

GitLab CI Steps has been renamed to GitLab CI/CD Functions. For backwards compatibility, both step.yml and func.yml should be supported.

Reference Documentation

Acceptance Criteria

  • func.yml is recognized as a valid configuration file
  • step.yml continues to work for backwards compatibility
  • Documentation is updated to reflect both file names
  • Tests cover both configuration file names
Edited by Cameron Swords