Create Run workflow.
This commit is contained in:
19
.github/workflows/run.yml
vendored
Normal file
19
.github/workflows/run.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Run
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: use build workflow
|
||||
uses: workflows/build@v2
|
||||
- name: run XDP FW with help menu
|
||||
run: xdpfw -h
|
||||
Reference in New Issue
Block a user