mirror of
https://github.com/h7x4/usbip-dkms-devcontainer-feature.git
synced 2026-04-30 10:18:48 +02:00
Add workflows to validate and release the feature
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: "Validate dev-container feature"
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'features/**'
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
-
|
||||
name: "Build"
|
||||
uses: devcontainers/action@v1
|
||||
with:
|
||||
base-path-to-features: "./features"
|
||||
validate-only: true
|
||||
Reference in New Issue
Block a user