https://github.com/sheldonhull/ci-configuration-files
This repo will contain some general configuration files for usage with pre-commit, linting, and others that I might want to drop into a new repo.
https://github.com/sheldonhull/ci-configuration-files
automation ci linting
Last synced: 10 months ago
JSON representation
This repo will contain some general configuration files for usage with pre-commit, linting, and others that I might want to drop into a new repo.
- Host: GitHub
- URL: https://github.com/sheldonhull/ci-configuration-files
- Owner: sheldonhull
- License: unlicense
- Created: 2021-06-03T19:51:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-12T20:57:38.000Z (11 months ago)
- Last Synced: 2025-08-14T04:59:16.684Z (11 months ago)
- Topics: automation, ci, linting
- Language: Go
- Homepage:
- Size: 206 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CI Configuration Files 👋
[](https://github.com/sheldonhull/ci-configuration-files)
![gopherbadger-tag-do-not-edit]()
## About
I often want to bootstrap a project with some tooling, but have found that not every project fits the exact same needs.
A better way might be to use a tool like Cookie Cutter, but I need a minimal start right now.
This repo will contain some general configuration files for usage with pre-commit, linting, and others that I might want to drop into a new repo.
## Getting Started
Install [File Vault](https://github.com/zaguiini/vscode-file-vault) and point to this repo.
Grab the required files for a new project.
## Prerequisites
Optional: VSCode & [File Vault](https://github.com/zaguiini/vscode-file-vault)
## Credits
- Starting point of goyek task template and launcher scripts from: [GitHub - pellared/fluentassert: Extensible fluent API for assertions.](https://github.com/pellared/fluentassert)