Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# DangerSwift Actions

image

# How to setup the code in your repo

## 1. Create the Secrets

Create this:

image

With this permission:

image

### Environment

`TOKEN`

Named by the git of `GITHUB_TOKEN`

### Repository secrets
`DANGER_GITHUB_API_TOKEN`

Screenshot 2024-06-06 at 20 02 52
Screenshot 2024-06-06 at 20 03 59

---

## 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.