https://github.com/osbuild/.github
README and other assorted stuff for the organisation.
https://github.com/osbuild/.github
Last synced: 7 months ago
JSON representation
README and other assorted stuff for the organisation.
- Host: GitHub
- URL: https://github.com/osbuild/.github
- Owner: osbuild
- Created: 2023-04-21T10:46:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T11:15:49.000Z (over 1 year ago)
- Last Synced: 2025-03-24T00:35:59.226Z (over 1 year ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .github
## Development
To change content of _this_ repository, you might want to install prerequisites
to our pre-commit hooks:
```
sudo dnf install rubygems
```
Checking all files with pre-commit can be done with:
```
pre-commit run --all
```
although just installing [pre-commit](https://pre-commit.com/) is sufficient.
## Badges
| Badge | Description | Service |
| ------------------------ | -------------------- | ------------ |
| [![Pre-commit][1]][2] | Static quality gates | pre-commit |
[1]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
[2]: https://pre-commit.com/