How to use zx in GitHub Actions? #237
Answered
by
antongolub
budarin
asked this question in
Help needed
Replies: 1 comment 2 replies
-
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
env:
FORCE_COLOR: 3
run: |
npx zx <<'EOF'
await $`...`
EOF |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
antonmedv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to use zx in GitHub Actions?
Beta Was this translation helpful? Give feedback.
All reactions