1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Use yq to process YAML content (#130)

Use yq to process YAML content.
This commit is contained in:
Honnix
2020-09-16 19:20:04 +02:00
committed by GitHub
parent 092ab5bbdb
commit 643c8177be
3 changed files with 28 additions and 9 deletions

View File

@@ -29,6 +29,10 @@ jobs:
with:
ruby-version: '2.6.x'
- name: install tooling
run: |
brew install yq
- name: Checkout
uses: actions/checkout@v2
with: