Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Normalize Renovate configuration #490

Normalize Renovate configuration

Normalize Renovate configuration #490

Workflow file for this run

---
name: Lint
on:
pull_request:
branches:
- "*"
jobs:
commitlint:
name: "πŸ“‡ commitlint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 # v6
spellcheck:
name: "πŸ“‹ spellcheck"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2
with:
check_filenames: true
ignore_words_list: bu
shellcheck:
name: "πŸ”­ Shellcheck"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes' # SC1091
yamllint:
name: "πŸ”¬ yamlint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3
with:
config_file: .yamllint.yml