Skip to content

Create LocalStack feature #10

Create LocalStack feature

Create LocalStack feature #10

Workflow file for this run

name: "Validate devcontainer-feature.json files"
on:
workflow_dispatch:
pull_request:
paths-ignore:
- *.md

Check failure on line 6 in .github/workflows/validate.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
- LICENSE
- .gitkeep
- .gitignore
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"