Skip to content

feat: add has-no-changes to test #20

feat: add has-no-changes to test

feat: add has-no-changes to test #20

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18]
pnpm: [7, 8]
steps:
- uses: actions/checkout@v4
# Install pnpm
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install --frozen-lockfile --ignore-scripts
- uses: ./
id: report
- name: check
env:
licenses: ${{ steps.report.outputs.licenses }}
has-no-changes: ${{ steps.report.outputs.has-no-changes }}
diff: ${{ steps.report.outputs.diff }}
run: echo "Check"