mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-24 16:40:24 +00:00
Update main.yml
This commit is contained in:
parent
437e779ee7
commit
ffe0728d30
1 changed files with 8 additions and 12 deletions
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
|
@ -7,18 +7,14 @@ jobs:
|
|||
- run: gem install awesome_bot
|
||||
- run: gem install bundler
|
||||
- run: gem install danger
|
||||
awesome-bot:
|
||||
- uses: actions/checkout@v2
|
||||
- run: awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/ --allow 429
|
||||
- run: danger
|
||||
generate-readme:
|
||||
needs: setup
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/ --allow 429
|
||||
- run: danger
|
||||
generate-readme:
|
||||
needs: awesome-bot
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: swift ./.github/main.swift
|
||||
- run: chmod +x ./.github/deploy.sh
|
||||
- run: ./.github/deploy.sh
|
||||
- uses: actions/checkout@v2
|
||||
- run: swift ./.github/main.swift
|
||||
- run: chmod +x ./.github/deploy.sh
|
||||
- run: ./.github/deploy.sh
|
||||
|
|
Loading…
Reference in a new issue