Skip to content

Commit

Permalink
Merge pull request #1 from jackkav/gitops-1
Browse files Browse the repository at this point in the history
gitops
  • Loading branch information
jackkav authored Jul 16, 2024
2 parents 8b00bbc + 91bc088 commit b8acccc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/inso.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test

jobs:
Linux:
name: gitOps flow
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v1
- uses: kong/setup-inso@v1
with:
inso-version: 9.3.3
- name: Lint
run: inso lint spec -w . spc_5eb712
- name: Lint by path
run: inso lint spec spec.yaml
- name: Print spec to stdout
run: inso export spec spec.yaml
# - name: Run collection
# run: inso run collection -w . -e env_env_7c2769 wrk_d58fc5

0 comments on commit b8acccc

Please sign in to comment.