{"id":15099347,"url":"https://github.com/ramsailopal/mcode-github-action","last_synced_at":"2026-01-07T04:39:45.364Z","repository":{"id":65158366,"uuid":"486892833","full_name":"RamSailopal/Mcode-Github-Action","owner":"RamSailopal","description":"Github Action to test the compilation of M code routines","archived":false,"fork":false,"pushed_at":"2022-05-31T11:34:45.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T13:48:17.854Z","etag":null,"topics":["github-actions","mumps","yottadb"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RamSailopal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-29T08:20:22.000Z","updated_at":"2022-04-29T11:15:21.000Z","dependencies_parsed_at":"2023-01-13T15:43:19.477Z","dependency_job_id":null,"html_url":"https://github.com/RamSailopal/Mcode-Github-Action","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"2064bcc6bc55144485d9d42c93fc22e5409d9e00"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamSailopal%2FMcode-Github-Action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamSailopal%2FMcode-Github-Action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamSailopal%2FMcode-Github-Action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamSailopal%2FMcode-Github-Action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RamSailopal","download_url":"https://codeload.github.com/RamSailopal/Mcode-Github-Action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858880,"owners_count":20684057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","mumps","yottadb"],"created_at":"2024-09-25T17:11:04.644Z","updated_at":"2026-01-07T04:39:45.303Z","avatar_url":"https://github.com/RamSailopal.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mcode-Github-Action\n\n![Alt text](Github-Action.JPG?raw=true \"Github Action view\")\n\nGithub Action to test the compilation of M code routines\n\nThis action searches a repo for files with a **.m** extension and then attempts to compile the routines in YottaDB returning the output. This forms an integral part of a CI/CD pipeline.\n\n# Inputs\n\n**repo** - The repo to pull and find the routines in. (default https://github.com/RamSailopal/Mcode-Github-Action.git)\n\n**gituser** - The username for a private repo (default blank - assumes a public repo)\n\n**gitpass** - The password for a private repo (default blank - assumes a public repo)\n\n\n# Example workflow:\n\n     jobs:\n      m_routine_compilation_job:\n        runs-on: ubuntu-latest\n        name: Check M code by compiling it\n        steps:\n\n         - name: M routine compilation check step\n           uses: RamSailopal/Mcode-Github-Action@v1\n           with:\n             repo: 'https://github.com/RamSailopal/Mcode-Github-Action.git'\n             gituser: 'tom'\n             gitpass: 'smith'\n            \n\n             \n\n           \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framsailopal%2Fmcode-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framsailopal%2Fmcode-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framsailopal%2Fmcode-github-action/lists"}