Skip to content

Merge pull request #5 from agorapulse/dependabot/npm_and_yarn/node-fe… #37

Merge pull request #5 from agorapulse/dependabot/npm_and_yarn/node-fe…

Merge pull request #5 from agorapulse/dependabot/npm_and_yarn/node-fe… #37

Workflow file for this run

name: Simple example of using
on: [push]
jobs:
check:
name: 'Use Pierrot on ${{ matrix.os }}'
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Pierrot
uses: ./
with:
version: 0.9.9
- name: Print Environment Variables
run: |
echo "PIERROT_TOKEN=$PIERROT_TOKEN"
echo "PIERROT_ORGANIZATION=$PIERROT_ORGANIZATION"
- name: Print Pierrot Version
run: pierrot --version