Skip to content

chore(deps): bump postcss from 8.5.9 to 8.5.12 (#2447) #4095

chore(deps): bump postcss from 8.5.9 to 8.5.12 (#2447)

chore(deps): bump postcss from 8.5.9 to 8.5.12 (#2447) #4095

Workflow file for this run

name: Linters
on:
push:
branches:
- main
pull_request:
jobs:
linter:
name: Run Linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Markdown lint
uses: nosborn/github-action-markdown-cli@v3.2.0
with:
files: "./**/*.md"
config_file: .markdownlint.yaml
- name: Check typos
uses: crate-ci/typos@master
with:
config: .typos.toml