mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Update actions file
This commit is contained in:
parent
15734a7ce9
commit
5f7573ffb9
2 changed files with 10 additions and 36 deletions
25
.github/main.yml
vendored
25
.github/main.yml
vendored
|
@ -1,25 +0,0 @@
|
|||
name: GitHub Actions Demo
|
||||
on: [push]
|
||||
jobs:
|
||||
setup:
|
||||
name: Setup
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
run: gem install awesome_bot
|
||||
run: gem install bundler
|
||||
run: gem install danger
|
||||
awesome-bot:
|
||||
name: awesome-bot
|
||||
needs: setup
|
||||
runs-on: macos-latest
|
||||
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:
|
||||
name: generate-readme
|
||||
needs: awesome-bot
|
||||
runs-on: macos-latest
|
||||
uses: actions/checkout@v2
|
||||
run: swift ./.github/main.swift
|
||||
run: chmod +x ./.github/deploy.sh
|
||||
run: ./.github/deploy.sh
|
21
.github/workflows/main.yml
vendored
21
.github/workflows/main.yml
vendored
|
@ -2,25 +2,24 @@ name: GitHub Actions Demo
|
|||
on: [push]
|
||||
jobs:
|
||||
setup:
|
||||
- name: Setup
|
||||
name: Setup
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- run: gem install awesome_bot
|
||||
- run: gem install bundler
|
||||
- run: gem install danger
|
||||
run: gem install awesome_bot
|
||||
run: gem install bundler
|
||||
run: gem install danger
|
||||
awesome-bot:
|
||||
- name: awesome-bot
|
||||
name: awesome-bot
|
||||
needs: setup
|
||||
runs-on: macos-latest
|
||||
- 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
|
||||
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:
|
||||
- name: generate-readme
|
||||
name: generate-readme
|
||||
needs: awesome-bot
|
||||
runs-on: macos-latest
|
||||
- uses: actions/checkout@v2
|
||||
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