{"id":21188408,"url":"https://github.com/drsensor/mask-action","last_synced_at":"2026-04-24T18:40:23.444Z","repository":{"id":65157624,"uuid":"251145838","full_name":"DrSensor/mask-action","owner":"DrSensor","description":"Github action for `mask` task runner","archived":false,"fork":false,"pushed_at":"2020-03-31T20:09:45.000Z","size":237,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T19:57:18.366Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/jakedeichert/mask","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrSensor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-29T22:16:02.000Z","updated_at":"2020-07-10T02:11:09.000Z","dependencies_parsed_at":"2023-01-04T12:33:16.029Z","dependency_job_id":null,"html_url":"https://github.com/DrSensor/mask-action","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"97d84e9a537dfd8971a715b3731254c6646b1d45"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSensor%2Fmask-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSensor%2Fmask-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSensor%2Fmask-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSensor%2Fmask-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrSensor","download_url":"https://codeload.github.com/DrSensor/mask-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243640941,"owners_count":20323752,"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":[],"created_at":"2024-11-20T18:44:40.721Z","updated_at":"2025-12-29T18:05:00.643Z","avatar_url":"https://github.com/DrSensor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/actions/typescript-action/actions\"\u003e\u003cimg alt=\"typescript-action status\" src=\"https://github.com/actions/typescript-action/workflows/build-test/badge.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# mask-action\n\nGithub Action to automatically run (or just help you to install) [mask][] task runner.\n\n[mask]: https://github.com/jakedeichert/mask\n\n## Example Usage\n\n1. Given this `maskfile.md`\n~~~md\n# Tasks\n\n## run\n\u003e Run all projects\n\n```sh\nmake run\n```\n\n### run examples\n\u003e Run all examples\n\n```sh\ncargo run --examples\n```\n\n### run executables\n\u003e Run all executables code in the project\n\n```sh\ncargo run --bins\n```\n~~~\n\n2. To run task `run examples`, you can declare the action like:\n```yml\njobs:\n  run:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v2\n    - uses: DrSensor/mask-action@v1\n      with: { commands: run examples }\n```\n\n- It's also possible to run multiple tasks:\n```yml\n    - uses: DrSensor/mask-action@v1\n      with:\n        commands: |-\n          run executables\n          run examples\n```\n\n- There is also an option to run them in parallel:\n```yml\n    - uses: DrSensor/mask-action@v1\n      with:\n        parallel: true\n        commands: |-\n          run executables\n          run examples\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrsensor%2Fmask-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrsensor%2Fmask-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrsensor%2Fmask-action/lists"}