mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Update actions files
This commit is contained in:
parent
ffe0728d30
commit
26ac4304f5
2 changed files with 19 additions and 11 deletions
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
|
@ -1,17 +1,10 @@
|
|||
name: GitHub Actions Demo
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
setup:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- run: gem install awesome_bot
|
||||
- run: gem install bundler
|
||||
- run: gem install 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:
|
||||
needs: setup
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
15
.github/workflows/pr.yml
vendored
Normal file
15
.github/workflows/pr.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: PR
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
setup:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- run: gem install awesome_bot
|
||||
- run: gem install bundler
|
||||
- run: gem install 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
|
Loading…
Reference in a new issue