Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

(sigh) try passing in debug flag this way #5

(sigh) try passing in debug flag this way

(sigh) try passing in debug flag this way #5

Workflow file for this run

name: Test rdme CLI
on: push
jobs:
publish:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install rdme CLI
run: npm install -g rdme
- name: Print rdme CLI version
run: rdme --version
env:
DEBUG: '*'