Skip to content

check zip command

check zip command #3

Workflow file for this run

name: Build Ghost and test theme
on:
- push
- pull_request
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm add gscan
- name: check if zip avaiable or not
run: |
if which zip > /dev/null; then
echo "wget command exists."
else
echo "wget command does not exist."
fi
# - run : zip fastest.zip assets/build/*/* partials/*/* author.hbs default.hbs error.hbs index.hbs page.hbs post.hbs tag.hbs
# - run: pnpm run gscan fastest.zip