{"id":15497492,"url":"https://github.com/bcomnes/cleanup-xvfb","last_synced_at":"2025-04-22T22:13:19.539Z","repository":{"id":41809723,"uuid":"218860804","full_name":"bcomnes/cleanup-xvfb","owner":"bcomnes","description":"Clean up any remaining xvfb processes leftover in a gh-action","archived":false,"fork":false,"pushed_at":"2023-05-31T15:45:17.000Z","size":176,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-25T23:03:11.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/bcomnes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["bcomnes"],"custom":["https://bret.io"]}},"created_at":"2019-10-31T20:57:28.000Z","updated_at":"2024-09-18T11:25:03.000Z","dependencies_parsed_at":"2024-06-20T23:21:41.739Z","dependency_job_id":"8546e42d-beeb-4908-91d5-83bbde80032d","html_url":"https://github.com/bcomnes/cleanup-xvfb","commit_stats":{"total_commits":82,"total_committers":4,"mean_commits":20.5,"dds":0.4390243902439024,"last_synced_commit":"72ece6ac27061986b1df5638e1af602684096f91"},"previous_names":[],"tags_count":10,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2Fcleanup-xvfb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2Fcleanup-xvfb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2Fcleanup-xvfb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2Fcleanup-xvfb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcomnes","download_url":"https://codeload.github.com/bcomnes/cleanup-xvfb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231521942,"owners_count":18389472,"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-10-02T08:38:43.283Z","updated_at":"2024-12-27T17:52:09.841Z","avatar_url":"https://github.com/bcomnes.png","language":"JavaScript","funding_links":["https://github.com/sponsors/bcomnes","https://bret.io"],"categories":[],"sub_categories":[],"readme":"# cleanup-xvfb\nClean up any remaining xvfb processes leftover in a Github Action.\n\n\u003ca href=\"https://github.com/bcomnes/cleanup-xvfb\"\u003e\u003cimg alt=\"GitHub Actions status\" src=\"https://github.com/bcomnes/cleanup-xvfb/workflows/Tests/badge.svg\"\u003e\u003c/a\u003e\n\n\n## Usage\n\n### Pre-requisites\nCreate a workflow `.yml` file in your repositories `.github/workflows` directory. An [example workflow](#example-workflow) is available below. For more information, reference the GitHub Help Documentation for [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file).\n\n\n### Inputs\n\nNone.\n\n### Outputs\n\nNone.\n\n### Example workflow\n\n```yaml\nname: Example cleaning up xvfb\n\non: [push]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    strategy:\n      matrix:\n        node-version: [14.x]\n\n    steps:\n    - uses: actions/checkout@v2\n    - name: Use Node.js ${{ matrix.node-version }}\n      uses: actions/setup-node@v2\n      with:\n        node-version: ${{ matrix.node-version }}\n    - run: sudo apt-get install xvfb\n    - name: npm install, build, and test\n      run: |\n        npm i\n        xvfb-run --auto-servernum npm test\n      env:\n        CI: true\n    - name: Cleanup xvfb pidx\n      uses: bcomnes/cleanup-xvfb@v1\n```\n\n## License\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcomnes%2Fcleanup-xvfb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcomnes%2Fcleanup-xvfb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcomnes%2Fcleanup-xvfb/lists"}