Skip to content

Commit

Permalink
Update zsh-n.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sall <[email protected]>
  • Loading branch information
ss-o authored Jun 23, 2024
1 parent b52aa16 commit 4c9f1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zsh-n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@v4
- name: "⚡ Set matrix output"
id: set-matrix
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
matrix: ${{ fromJSON(needs.zsh-matrix.outputs.matrix) }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@v4
- name: "⚡ Install dependencies"
run: sudo apt update && sudo apt-get install -yq zsh
- name: "⚡ zsh -n: ${{ matrix.file }}"
Expand Down

0 comments on commit 4c9f1cf

Please sign in to comment.