Skip to content

f-meloni/danger-swift-swiftlint-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

⚠️ Deprecated

Use https://github.com/orgs/danger/packages/container/package/danger-swift-with-swiftlint instead

Danger Swiftlint Action

Dockerfile that installs both Danger-swift and Swiftlint To use it just add to your actions yaml

    runs-on: ubuntu-latest
    name: "Run Danger"
    steps:
      - uses: actions/checkout@v1
      - name: Danger
        uses: f-meloni/danger-swift-swiftlint-action@1.3.1
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Dockerhub

There is a prebuilt image of Danger with Swiftlint on DockerHub https://hub.docker.com/repository/docker/frmeloni/danger-swift-with-swiftlint

To use it on your action:

    runs-on: ubuntu-latest
    name: "Run Danger"
    steps:
      - uses: actions/checkout@v1
      - name: Danger
        uses: docker://frmeloni/danger-swift-with-swiftlint:1.3.1
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

Dockerfile that installs both Danger-swift and Swiftlint

Resources

Stars

Watchers

Forks

Packages