Skip to content

Commit

Permalink
Add GitHub action to run quality pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
extsoft committed Sep 15, 2019
1 parent 4ddc37b commit 14e2a9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Quality pipeline
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run development pipeline
run: docker run --rm -v $PWD:/eg beeshive/elegant-git-ci:3 ./quality-pipeline.bash testing

0 comments on commit 14e2a9f

Please sign in to comment.