Skip to content

[WIP] Add CLI for uploading template contents to templates API #3

[WIP] Add CLI for uploading template contents to templates API

[WIP] Add CLI for uploading template contents to templates API #3

Workflow file for this run

name: Branches
on:
push:
branches-ignore: ["main"]
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 5
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-check
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm ci
- run: npm run check:ci