Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Bump actions/setup-python from 5.2.0 to 5.5.0 #155

Bump actions/setup-python from 5.2.0 to 5.5.0

Bump actions/setup-python from 5.2.0 to 5.5.0 #155

Workflow file for this run

---
name: "Lint"
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lint-jsonlint:
uses: timmo001/workflows/.github/workflows/lint-jsonlint.yml@master
lint-markdown-links:
uses: timmo001/workflows/.github/workflows/lint-markdown-links.yml@master
lint-markdownlint:
uses: timmo001/workflows/.github/workflows/lint-markdownlint.yml@master
lint-prettier:
uses: timmo001/workflows/.github/workflows/lint-prettier.yml@master
with:
file-types: "{json,yml,yaml}"
lint-pylint:
uses: timmo001/workflows/.github/workflows/lint-pylint.yml@master
with:
module-name: systembridgecli
lint-ruff:
uses: timmo001/workflows/.github/workflows/lint-ruff.yml@master
lint-yamllint:
uses: timmo001/workflows/.github/workflows/lint-yamllint.yml@master