WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Use trusted publishing to npmjs.org in release.yml workflow #16

Use trusted publishing to npmjs.org in release.yml workflow

Use trusted publishing to npmjs.org in release.yml workflow #16

Workflow file for this run

name: tests-cli
on:
push:
jobs:
tests-cli:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18, 20, 22, 24 ]
steps:
- name: checkout
uses: actions/checkout@v5
- name: setup node
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm link
- run: markdown
- run: markdown tests/sample.md