Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnmartel/.github
Github settings for this organization
https://github.com/johnmartel/.github
configuration github
Last synced: 4 days ago
JSON representation
Github settings for this organization
- Host: GitHub
- URL: https://github.com/johnmartel/.github
- Owner: johnmartel
- Created: 2020-04-07T22:07:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T10:07:35.000Z (over 2 years ago)
- Last Synced: 2023-03-03T07:28:00.869Z (over 1 year ago)
- Topics: configuration, github
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# github settings
[![](https://github.com/johnmartel/.github/workflows/Validate%20YAML%20files/badge.svg)](https://github.com/johnmartel/.github/actions?query=workflow%3A%22Validate+YAML+files%22)
[![](https://api.dependabot.com/badges/status?host=github&repo=johnmartel/.github)](https://dependabot.com)This repository defines basic, shareable settings for repositories owned by this organization.
## Usage
Files defined in [.github](.github/) (excluding [settings.yml](.github/settings.yml)) contain configurations that can be
extended by other repositories in this organization. For more details, see [probot-config/recipes](https://github.com/probot/probot-config#recipes).## Contributing
### Validation
To validate settings, simply run `npm run lint`.
### Github workflows
To validate Github workflows before pushing a PR, simply run `npm run lint:workflows`.