This repository has been archived on 2024-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
fotochallenge/.gitea/workflows/shellcheck.yml
Valentin Brandl 0b8bddb1f6
Some checks failed
/ Check scripts (push) Failing after 22s
/ Build App (push) Failing after 41s
Run shellcheck in CI
2024-08-16 14:41:51 +02:00

19 lines
344 B
YAML

on:
workflow_call:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
shellcheck:
name: Check scripts
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v4
- name: Run shellcheck
run: shellcheck ./container/*.sh