mirror of
https://github.com/h7x4/usbip-dkms-devcontainer-feature.git
synced 2026-01-26 00:03:11 +01:00
Add workflows to validate and release the feature
This commit is contained in:
19
.github/workflows/validate-feature.yml
vendored
Normal file
19
.github/workflows/validate-feature.yml
vendored
Normal file
@@ -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