{"id":21153722,"url":"https://github.com/credfeto/action-no-ignored-files","last_synced_at":"2026-03-08T11:32:28.109Z","repository":{"id":38289098,"uuid":"472304404","full_name":"credfeto/action-no-ignored-files","owner":"credfeto","description":"Github action for checking that there are no ignored files in the repo","archived":false,"fork":false,"pushed_at":"2025-04-11T02:21:03.000Z","size":2046,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T12:07:29.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/credfeto.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"credfeto","buy_me_a_coffee":"mark.ridgwell"}},"created_at":"2022-03-21T11:18:28.000Z","updated_at":"2025-04-11T02:21:06.000Z","dependencies_parsed_at":"2024-02-28T17:54:25.308Z","dependency_job_id":"b43e6f29-0188-4efe-8a42-b63c41e06c5a","html_url":"https://github.com/credfeto/action-no-ignored-files","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/credfeto%2Faction-no-ignored-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/credfeto%2Faction-no-ignored-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/credfeto%2Faction-no-ignored-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/credfeto%2Faction-no-ignored-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/credfeto","download_url":"https://codeload.github.com/credfeto/action-no-ignored-files/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710433,"owners_count":21149190,"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-20T10:59:03.742Z","updated_at":"2026-03-08T11:32:28.103Z","avatar_url":"https://github.com/credfeto.png","language":"Shell","funding_links":["https://github.com/sponsors/credfeto","https://buymeacoffee.com/mark.ridgwell"],"categories":[],"sub_categories":[],"readme":"# No Ignored files\n\nThis action finds any files that should have been ignored.\n\n## How to use it?\nThis is a Github action, so it has to be added to a github workflow.  \nA simple example of running this action on all pushes to the repository would be\nadd a `main.yml` file under `.github/workflows` with the following content\n```yaml\non: [push]\n\njobs:\n  find-ignored-files_job:\n    runs-on: ubuntu-latest\n    name: find-ignored-files\n    steps:\n      # Checkout the source code so there are some files to look at.\n      - uses: actions/checkout@v2.4.0\n        with:\n          fetch-depth: 0\n      # Run the ignored files checker action\n      - name: Look for ignored files\n        uses: credfeto/action-no-ignored-files@v1.1.0\n```\n\nOn each push, it will now run the ignored files check\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcredfeto%2Faction-no-ignored-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcredfeto%2Faction-no-ignored-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcredfeto%2Faction-no-ignored-files/lists"}