Skip to content

[r-apt]: installBspm option #24

[r-apt]: installBspm option

[r-apt]: installBspm option #24

Workflow file for this run

name: "Validate devcontainer-feature.json files"
on:
pull_request:
branches:
- main
paths:
- "**/devcontainer-feature.json"
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Validate devcontainer-feature.json files"
uses: devcontainers/action@v1
with:
validate-only: "true"
base-path-to-features: "./src"