Skip to content

clutter/danger-swift-swiftlint-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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 }}

About

Dockerfile that installs both Danger-swift and Swiftlint

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%