Skip to content

[r-apt][r-packages][r-rig]: install stable version of pak by default (instead of devel version) #91

[r-apt][r-packages][r-rig]: install stable version of pak by default (instead of devel version)

[r-apt][r-packages][r-rig]: install stable version of pak by default (instead of devel version) #91

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@v4
- name: "Validate devcontainer-feature.json files"
uses: devcontainers/action@v1
with:
validate-only: "true"
base-path-to-features: "./src"