Skip to content

Improve Type Safety & DevKit Testing #1

Improve Type Safety & DevKit Testing

Improve Type Safety & DevKit Testing #1

Workflow file for this run

name: Review Workflow Changes
on:
pull_request:
branches: [main]
paths:
- '.github/workflows/**'
jobs:
review-workflow-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate workflow files
run: |
yamllint .github/workflows/