8000 chore: useless cat award 🐈 · coder/devcontainer-features@3e1dae4 · GitHub
[go: up one dir, main page]

Skip to content

feat: add passwordFile, hashedPasswordFile, githubAuthTokenFile and absProxyBasePath options #34

feat: add passwordFile, hashedPasswordFile, githubAuthTokenFile and absProxyBasePath options

feat: add passwordFile, hashedPasswordFile, githubAuthTokenFile and absProxyBasePath options #34

Workflow file for this run

name: "Validate devcontainer-feature.json files"
on:
workflow_dispatch:
pull_request:
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"
0