Skip to content

Merge pull request #27 from PerlToolsTeam/copilot/fix-actions-workflo… #8

Merge pull request #27 from PerlToolsTeam/copilot/fix-actions-workflo…

Merge pull request #27 from PerlToolsTeam/copilot/fix-actions-workflo… #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
paths:
- '**.yml'
- '**.yaml'
- '.yamllint'
pull_request:
branches: [main]
paths:
- '**.yml'
- '**.yaml'
- '.yamllint'
workflow_dispatch:
permissions:
contents: read
jobs:
yaml-lint:
uses: ./.github/workflows/yaml-lint.yml