Skip to content

Commit

Permalink
danger-js
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Oct 16, 2023
1 parent 71747c7 commit ef803ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Danger JS
uses: danger/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install SwiftLint and Danger Swift
run: |
brew install swiftlint
brew install danger/tap/danger-swift
export DANGER_GITHUB_API_TOKEN='${{ secrets.GH_TOKEN }}'
- name: Run Danger SwiftLint
run: danger-swift ci
Expand Down

0 comments on commit ef803ba

Please sign in to comment.