Skip to content

MaatheusGois/DangerSwiftExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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