Skip to content

Ansible Lint weekly Yocto #17

Ansible Lint weekly Yocto

Ansible Lint weekly Yocto #17

# Copyright (C) 2023-2024 Savoir-faire Linux, Inc.
# SPDX-License-Identifier: Apache-2.0
# This file will execute ansible-lint on the main branch every saturday
# This ensure the main branch is always linted properly
# A badge is derived from this workflow
name: Ansible Lint weekly Yocto
on:
schedule:
- cron: '30 22 * * 6'
workflow_dispatch:
permissions:
actions: write
jobs:
call-workflow:

Check failure on line 18 in .github/workflows/ansible-lint-yocto-weekly.yml

View workflow run for this annotation

GitHub Actions / Ansible Lint weekly Yocto

Invalid workflow file

The workflow is not valid. .github/workflows/ansible-lint-yocto-weekly.yml (Line: 18, Col: 3): Error calling workflow 'seapath/ansible/.github/workflows/ansible-lint-yocto.yml@d0f3ddb5667c2eff131d334522fef2aaa8203712'. The workflow is requesting 'checks: write', but is only allowed 'checks: none'.

Check failure on line 18 in .github/workflows/ansible-lint-yocto-weekly.yml

View workflow run for this annotation

GitHub Actions / Ansible Lint weekly Yocto

Invalid workflow file

The workflow is not valid. .github/workflows/ansible-lint-yocto-weekly.yml (Line: 18, Col: 3): Error calling workflow 'seapath/ansible/.github/workflows/ansible-lint-yocto.yml@d0f3ddb5667c2eff131d334522fef2aaa8203712'. The workflow is requesting 'checks: write', but is only allowed 'checks: none'.
uses: ./.github/workflows/ansible-lint-yocto.yml