We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdc8ba commit 93ea797Copy full SHA for 93ea797
1 file changed
.github/workflows/package-feature.yml
@@ -0,0 +1,14 @@
1
+name: with cvmfs_http_proxy
2
+on: [push, pull_request]
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v4
8
+ - uses: actions/setup-node@v4
9
+ - name: Install Devcontainer CLI
10
+ run: npm install -g @devcontainers/cli
11
+ - name: Package CVMFS Feature
12
+ run: devcontainer features package src/cvmfs/
13
+ - name: Generate CVMFS Feature Docs
14
+ run: devcontainer features generate-docs -p . -n cvmfs-contrib/cvmfs
0 commit comments