Skip to content

fix: lock promptfoo transitive dependencies to prevent CI breakage #153

fix: lock promptfoo transitive dependencies to prevent CI breakage

fix: lock promptfoo transitive dependencies to prevent CI breakage #153

name: Workflow Validation
on:
pull_request:
branches: [main]
paths:
- ".github/workflows/**"
push:
branches: [main]
paths:
- ".github/workflows/**"
workflow_dispatch:
permissions:
contents: read
jobs:
validate-workflows:
name: Validate GitHub Actions Workflows
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run actionlint
uses: rhysd/actionlint@393031adb9afb225ee52ae2ccd7a5af5525e03e8 # v1.7.11