Skip to content

completely new approach: backtrack until the last ref #105

completely new approach: backtrack until the last ref

completely new approach: backtrack until the last ref #105

Workflow file for this run

name: PR Gate
on: push
jobs:
pr-gate:
name: PR Gate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 8.11.0
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: pnpm
- run: pnpm install
- run: pnpm --filter "*" lint
- run: pnpm --filter "*" build
- name: run version-metadata tests
run: ./index.mjs
working-directory: version-metadata/test
env:
INPUT_TOKEN: ${{ secrets.GITHUB_TOKEN }}