Skip to content

Commit

Permalink
Update zi-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-o authored Nov 29, 2021
1 parent aa5ffc4 commit 1958a1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zi-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: 🏷 Checkout
- name: ✨ 🌟 ✨
uses: actions/checkout@v2
- name: "🚀 Set matrix output"
- name: "✨ 🌟 ✨ Set matrix output"
id: set-matrix
run: |
MATRIX="$(find . -type d -name 'doc' -prune -o -type f -iname '*.zsh' -print | jq -ncR '{"include": [{"file": inputs}]}')"
Expand All @@ -25,9 +25,9 @@ jobs:
matrix: ${{ fromJSON(needs.build-matrix.outputs.matrix) }}

steps:
- name: 🏷 Checkout
- name: ✨ 🌟 ✨
uses: actions/checkout@v2
- name: "📦 Install dependencies"
- name: "✨ 🌟 ✨ Install dependencies"
run: |
sudo apt install -y zsh
- name: "👓 zsh -n: ${{ matrix.file }}"
Expand Down

0 comments on commit 1958a1f

Please sign in to comment.