{"id":17749684,"url":"https://github.com/stscoundrel/alliser-action","last_synced_at":"2026-02-08T04:34:27.995Z","repository":{"id":38819276,"uuid":"445543858","full_name":"stscoundrel/alliser-action","owner":"stscoundrel","description":"Run Alliser using Github Actions. Detects \u0026 lists unallowed file extensions in the project.","archived":false,"fork":false,"pushed_at":"2024-05-25T06:30:03.000Z","size":772,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-27T17:05:36.713Z","etag":null,"topics":["alliser","filetype-validator","github-action","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/alliser-action","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/stscoundrel.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-07T14:14:32.000Z","updated_at":"2024-05-25T06:29:49.000Z","dependencies_parsed_at":"2024-11-10T12:15:36.206Z","dependency_job_id":null,"html_url":"https://github.com/stscoundrel/alliser-action","commit_stats":{"total_commits":118,"total_committers":3,"mean_commits":"39.333333333333336","dds":"0.22033898305084743","last_synced_commit":"8ea4c26545425f6f5dfca0820ac0041d0572e150"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":"stscoundrel/typescript-template","purl":"pkg:github/stscoundrel/alliser-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Falliser-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Falliser-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Falliser-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Falliser-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stscoundrel","download_url":"https://codeload.github.com/stscoundrel/alliser-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Falliser-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29220546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T03:18:47.732Z","status":"ssl_error","status_checked_at":"2026-02-08T03:15:31.985Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["alliser","filetype-validator","github-action","github-actions"],"created_at":"2024-10-26T11:24:22.542Z","updated_at":"2026-02-08T04:34:27.967Z","avatar_url":"https://github.com/stscoundrel.png","language":"TypeScript","readme":"# Alliser Action\n\nRun [Alliser](https://github.com/stscoundrel/alliser) using Github Actions.\n\n## Why Alliser?\n\nAlliser guards your project against incorrect file types. It can be something small -\u003e maybe you want to enforce all files are `.ts` instead of `.js`. Or maybe you want to ban or discourage use of particular file extension, or a programming language.\n\nJust setup Alliser Action, hook it up to pull requests and you'll know if some file extension is incorrect.\n\n## Example config\n\nExample .yml action file for running Alliser.\n\n- Looks for `.ts` \u0026 `.tsx` files. Other files are considered incorrect\n- Scans `src` and `tests` folder\n- Fails if other file types are found, and outputs list of the files.\n\n```\nname: Alliser\n\non: [pull_request]\n\njobs:\n  alliser:\n    runs-on: ubuntu-latest\n    name: Check file types\n    steps:\n    - uses: actions/checkout@v2\n    - uses: stscoundrel/alliser-action@v0.7.0\n      name: Alliser action step\n      with:\n        extensions: .ts,.tsx\n        folders: src,tests\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstscoundrel%2Falliser-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstscoundrel%2Falliser-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstscoundrel%2Falliser-action/lists"}