update repository references and improve script handling

This commit is contained in:
2025-03-19 14:07:51 +01:00
parent 448bd0f6b8
commit 51b0252b0e
40 changed files with 1135 additions and 134 deletions

View File

@@ -3,9 +3,9 @@ name: Lint / Syntax checks
on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]
jobs:
hadolint:
@@ -50,16 +50,16 @@ jobs:
fi
done
# markdownlint:
# runs-on: ubuntu-latest
# steps:
# - name: ↩️ Checkout
# uses: actions/checkout@v4
# with:
# # Full git history is needed to get a proper list of changed files within `super-linter`
# fetch-depth: 0
#
# - name: 🔎 Run markdownlint
# uses: nosborn/github-action-markdown-cli@v3.3.0
# with:
# config_file: .markdownlint.yaml
markdownlint:
runs-on: ubuntu-latest
steps:
- name: ↩️ Checkout
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: 🔎 Run markdownlint
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
config_file: .markdownlint.yaml