Dockerfile that installs both Danger-swift and Swiftlint To use, just add the following to your actions yaml:
runs-on: ubuntu-latest
name: "Run Danger"
steps:
- uses: actions/checkout@v1
- name: Danger
uses: clutter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}