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/lints.yml

25 lines
482 B
YAML
Raw Permalink Normal View History

2024-08-16 14:41:51 +02:00
on:
workflow_call:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
shellcheck:
2024-08-16 14:45:13 +02:00
name: Misc Linters
2024-08-16 14:41:51 +02:00
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v4
2024-08-16 14:45:13 +02:00
- name: Lint shellscripts
uses: ludeeus/action-shellcheck@master
- name: Lint Dockerfile
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./Containerfile