Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maatheusgois/dangerswiftexample
Example how implement CI in PullRequests with GithubActions
https://github.com/maatheusgois/dangerswiftexample
ci danger-swift github-actions pull-request swift
Last synced: about 1 month ago
JSON representation
Example how implement CI in PullRequests with GithubActions
- Host: GitHub
- URL: https://github.com/maatheusgois/dangerswiftexample
- Owner: MaatheusGois
- Created: 2024-04-05T19:56:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T06:26:43.000Z (6 months ago)
- Last Synced: 2024-07-10T08:26:27.311Z (6 months ago)
- Topics: ci, danger-swift, github-actions, pull-request, swift
- Language: Swift
- Homepage: https://github.com/MaatheusGois/DangerSwift/pull/2#issuecomment-2040917925
- Size: 35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DangerSwift Actions
# How to setup the code in your repo
## 1. Create the Secrets
Create this:
With this permission:
### Environment
`TOKEN`
Named by the git of `GITHUB_TOKEN`
### Repository secrets
`DANGER_GITHUB_API_TOKEN`
---
## 2. Create or copy from this Example to your github:
- `.github/workflows/danger.yml`
- `.swiftlint.yml`
- `Dangerfile.swift`## 3. Contribute
We welcome contributions to improve this project! To contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Push your changes to your forked repository.
5. Open a pull request to the main repository.Please ensure that your code follows the project's coding conventions and includes appropriate tests.
## 4. License
This project is licensed under the MIT License. You can find the full license text in the [LICENSE](https://github.com/MaatheusGois/DangerSwiftExample/blob/main/LICENSE) file.