Skip to content

Add Devcontainer Feature and Automated Publishing Workflow #10

Add Devcontainer Feature and Automated Publishing Workflow

Add Devcontainer Feature and Automated Publishing Workflow #10

Workflow file for this run

name: Package Devcontainer Feature
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install Devcontainer CLI
run: npm install -g @devcontainers/cli
- name: Package CVMFS Feature
run: devcontainer features package src/cvmfs/
- name: Generate CVMFS Feature Docs
run: devcontainer features generate-docs -p src/ -n cvmfs-contrib/cvmfs