Skip to content

Bump postcss from 8.4.38 to 8.4.39 #590

Bump postcss from 8.4.38 to 8.4.39

Bump postcss from 8.4.38 to 8.4.39 #590

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: lint-${{ 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-yamllint:
uses: timmo001/workflows/.github/workflows/lint-yamllint.yml@master