Skip to content

feat: add Gitlab pipelines snippet #129

feat: add Gitlab pipelines snippet

feat: add Gitlab pipelines snippet #129

Workflow file for this run

name: armory
on: [push]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: deepsourcecorp/armory
ref: master
token: ${{ secrets.DS_ARMORY_TOKEN }}
path: .github/actions/armory
- name: Run Armory
uses: ./.github/actions/armory