Skip to content

Merge pull request #25 from PerlToolsTeam/copilot/add-yaml-lint-mecha… #6

Merge pull request #25 from PerlToolsTeam/copilot/add-yaml-lint-mecha…

Merge pull request #25 from PerlToolsTeam/copilot/add-yaml-lint-mecha… #6

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: {}
jobs:
yaml-lint:

Check failure on line 21 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 21, Col: 3): Error calling workflow 'PerlToolsTeam/github_workflows/.github/workflows/yaml-lint.yml@95dff7a0f4790517e3c504835b06872743140175'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'.
uses: ./.github/workflows/yaml-lint.yml