Skip to content

Shellcheck weekly

Shellcheck weekly #3

# Copyright (C) 2024 Savoir-faire Linux, Inc.
# SPDX-License-Identifier: Apache-2.0
# This file will execute shellcheck on the main branch every saturday
# This ensure the main branch is always linted properly
# A badge is derived from this workflow
name: Shellcheck weekly
on:
schedule:
- cron: '30 22 * * 6'
workflow_dispatch:
workflow_call:
jobs:
call-workflow:
uses: ./.github/workflows/shellcheck.yml

Check failure on line 17 in .github/workflows/shellcheck-weekly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/shellcheck-weekly.yml

Invalid workflow file

error parsing called workflow ".github/workflows/shellcheck-weekly.yml" -> "./.github/workflows/shellcheck.yml" (source branch with sha:a1ddc82ba365e4cff34bc825a36328a87452ce48) : workflow is not reusable as it is missing a `on.workflow_call` trigger