Skip to content

New Feature: R history #71

New Feature: R history

New Feature: R history #71

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"