Skip to content

How to use zx in GitHub Actions? #237

Answered by antongolub
budarin asked this question in Help needed
Discussion options

You must be logged in to vote
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3

    - name: Build
      env:
        FORCE_COLOR: 3
      run: |
        npx zx <<'EOF'
        await $`...`
        EOF

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yankeeinlondon
Comment options

@pizzafroide
Comment options

Answer selected by antonmedv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants