Skip to content

Bump docker/setup-buildx-action from 2 to 3 #1441

Bump docker/setup-buildx-action from 2 to 3

Bump docker/setup-buildx-action from 2 to 3 #1441

Workflow file for this run

name: CI action schema
on: # Trigger the workflow on push or pull request, but only for the default branch
push: {}
pull_request:
branches: [main]
jobs:
validate-schema:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install pkg
run: |
pip install "check-jsonschema>=0.10"
- name: GH Workflows
run: |
check-jsonschema .github/workflows/*.yml --builtin-schema "github-workflows"