https://github.com/step-security/setup-yq
Sets up YQ, yet-another-markup-language-query-er, for use in your Github Actions workflow
https://github.com/step-security/setup-yq
step-security-maintained-actions
Last synced: 11 months ago
JSON representation
Sets up YQ, yet-another-markup-language-query-er, for use in your Github Actions workflow
- Host: GitHub
- URL: https://github.com/step-security/setup-yq
- Owner: step-security
- License: apache-2.0
- Created: 2023-11-30T20:12:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T00:29:09.000Z (about 1 year ago)
- Last Synced: 2025-06-02T10:37:45.544Z (about 1 year ago)
- Topics: step-security-maintained-actions
- Language: JavaScript
- Homepage: https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# setup-yq
Sets up [YQ][ref-yq], yet-another-markup-language-query-er, for use in your GitHub Actions workflow. (And it caches it, too!)
**NB: This version of YQ purposefully diverges from JQ's argument format.**
## Usage
```
# in your job:
name: MY GREAT JOB
on:
push:
branches:
- '*'
jobs:
yq-example:
name: YQ example!
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: step-security/setup-yq@v1
- name: Show folks how to run YQ:
run: |
yq --help
```
## License
Apache-2.0
[ref-yq]: https://github.com/mikefarah/yq