Bump semver from 5.7.1 to 5.7.2 in /addons/gst-web/src #39
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This Source Code Form is subject to the terms of the Mozilla Public | |
# License, v. 2.0. If a copy of the MPL was not distributed with this | |
# file, You can obtain one at https://mozilla.org/MPL/2.0/. | |
name: "Validate devcontainer-feature.json files" | |
on: | |
pull_request: | |
branches: | |
- main | |
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: ".devcontainer/features/desktop-selkies" |