Skip to content

Use environment file for output #12

Use environment file for output

Use environment file for output #12

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- id: setup-jq
uses: ./
- run: jq --version
- run: ${{ steps.setup-jq.outputs.path }} --version