Ansible Lint weekly Yocto #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: | |
jobs: | |
call-workflow: | |
uses: ./.github/workflows/ansible-lint-yocto.yml |