flows
This commit is contained in:
parent
f6e3e202c6
commit
1de809c83c
20
.github/workflows/CI-linpeas_master.yml
vendored
Normal file
20
.github/workflows/CI-linpeas_master.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: CI-linpeas_master
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- linpeas_prod
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: pull-request
|
||||||
|
uses: repo-sync/pull-request@v2
|
||||||
|
with:
|
||||||
|
destination_branch: "master"
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
27
.github/workflows/CI-linpeas_prod.yml
vendored
Normal file
27
.github/workflows/CI-linpeas_prod.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
name: CI-linpeas_prod
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- linpeas_prod
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Test_Linpeas_MacOS:
|
||||||
|
runs-on: macos-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Run linpeas
|
||||||
|
run: linPEAS/linpeas.sh
|
||||||
|
|
||||||
|
Test_Linpeas_Ubuntu:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Run linpeas
|
||||||
|
run: linPEAS/linpeas.sh
|
Loading…
Reference in New Issue
Block a user