Skip to content

[In Use: update with release] Issue #535: Change multidev deploy to manual only: tag based #2198

[In Use: update with release] Issue #535: Change multidev deploy to manual only: tag based

[In Use: update with release] Issue #535: Change multidev deploy to manual only: tag based #2198

name: Validate example Taskfile.yml
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
Validate-Example-Taskfile:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Validate Taskfile.yml
# Also update src/BinaryInstallPlugin.php if changing version
run: |
curl -O https://raw.githubusercontent.com/go-task/task/v3.38.0/website/static/schema.json
npx ajv-cli validate -s schema.json -d scaffold/Taskfile.yml