testing github action

This commit is contained in:
Mike Farah 2021-07-16 09:44:50 +10:00
parent d74bb8e28d
commit 19fb1044b7
1 changed files with 19 additions and 0 deletions

19
.github/workflows/test-yq.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Test Yq Action
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get test
uses: mikefarah/yq@master
with:
cmd: yq eval '.a' examples/data1.yaml
- name: Write inplace test
id: lookupSdkVersion
uses: mikefarah/yq@master
with:
cmd: yq eval -i '.a.b = 5' examples/data1.yaml