Skip to content

Commit

Permalink
feat: ci update (#203)
Browse files Browse the repository at this point in the history
* adding build to main branch
  • Loading branch information
grolston authored Jul 9, 2022
1 parent 980a286 commit a2018ec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,17 @@ jobs:
shell: bash
run: |
cfn-guard test -d ./rules/ | grep "FAIL Rules:" -B 2 -A 1
buildRuleSet:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v2
- run: |
chmod +x ./mappings/build.py
python3 ./mappings/build.py
shell: bash
- uses: actions/upload-artifact@v3
with:
name: ruleset-build
path: docker/output/
if-no-files-found: error

0 comments on commit a2018ec

Please sign in to comment.