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

Commit

Permalink
Create kanad-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 9, 2024
1 parent a19c458 commit 01ed218
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/kanad-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test rdme CLI

on:
workflow_dispatch:

jobs:
publish:
runs-on: ubuntu-latest

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: |
node --version
rdme --version

0 comments on commit 01ed218

Please sign in to comment.