{"id":19291003,"url":"https://github.com/kernix13/github-actions-dotfiles","last_synced_at":"2026-04-13T13:03:25.667Z","repository":{"id":62662661,"uuid":"561060026","full_name":"Kernix13/github-actions-dotfiles","owner":"Kernix13","description":"Notes and example for dotfiles, dot folders, GitHub Actions and an attempt at understanding how to implement them.","archived":false,"fork":false,"pushed_at":"2026-02-13T20:31:42.000Z","size":200,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-14T02:34:20.734Z","etag":null,"topics":["actions","dotfiles","eslint","eslintconfig","husky","prettier"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Kernix13.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-02T21:21:58.000Z","updated_at":"2026-02-13T20:31:46.000Z","dependencies_parsed_at":"2023-01-24T22:45:35.255Z","dependency_job_id":null,"html_url":"https://github.com/Kernix13/github-actions-dotfiles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Kernix13/github-actions-dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kernix13%2Fgithub-actions-dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kernix13%2Fgithub-actions-dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kernix13%2Fgithub-actions-dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kernix13%2Fgithub-actions-dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kernix13","download_url":"https://codeload.github.com/Kernix13/github-actions-dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kernix13%2Fgithub-actions-dotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["actions","dotfiles","eslint","eslintconfig","husky","prettier"],"created_at":"2024-11-09T22:23:20.287Z","updated_at":"2026-04-13T13:03:25.661Z","avatar_url":"https://github.com/Kernix13.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutorial on GitHub Actions and Dotfiles\n\n[![GitHub Super-Linter](https://github.com/Kernix13/github-actions-dotfiles/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)\n\nMy attempt at answering:\n\n1. What are GitHub actions?\n1. What are they used for?\n1. How do I get them or create them?\n1. What are all the dotfiles in GitHub repositories?\n1. What are they used for?\n1. How and why do I use them?\n1. What are boilerplate starter files for each?\n\nI know why to add some of the dotfiles, but I do not know how the other work. I also know that some of the files are creating when you install various NPM packages.\n\n## Files\n\nI have some sample/template code for each file/folder type\n\n### .github folder\n\nIn the root I have `pull_request_template.md`. In `/workflows` I have `build.yml` as an example (DELETED it).\n\n### .husky\n\nI have a `.gitignore` and everyone has the same thing in it: `_`. Then I have `pre-commit` which also has the same code that everyone has for that file.\n\n### .vscode\n\nI have `settings.json` for a sample from who-knows-where. What goes in here?\n\n### Root folder dotfiles\n\nI have the following:\n\n1. `.editorconfig`: do you need this if you have `.vscode`?\n1. `.eslintrc.json`: I've seen this with a `.js` extension. You may also see `eslint.config.mjs`\n1. `.eslintignore`: depends on your project setup\n1. `.prettierignore`: They always seem to have the `build` folder in here but freeCodeCamp has a massive one\n1. `.prettierrc.json`: I've also seen this without any extension and with `.js`\n1. `.stylelintrc.json`: the most basic entry for this file.\n\n### Markdown files\n\n1. `actions.md`: my notes from the videos I watched\n1. `dotfiles.md`: notes on the various files\n\nWhat is **DevOps**?\n\n\u003e DevOps is a set of practices, tools, and a cultural philosophy that automate and integrate the processes between software development and IT teams. It emphasizes team empowerment, cross-team communication and collaboration, and technology automation.\n\nWhat is a Docker File?\n\n## Contributing\n\nIf you found this repo because you were looking into Actions and Dotfiles, and would like to contriute, then open an issue or create a post on t he Discussions tab. I haven't done the license thing for this repo not the other docs (contributing, code-of-conduct).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernix13%2Fgithub-actions-dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernix13%2Fgithub-actions-dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernix13%2Fgithub-actions-dotfiles/lists"}