Skip to content

feat: positional argument for resource IDs #6

feat: positional argument for resource IDs

feat: positional argument for resource IDs #6

Workflow file for this run

name: Build
on:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Node
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build