Skip to content

Bump postcss from 8.4.18 to 8.4.31 #574

Bump postcss from 8.4.18 to 8.4.31

Bump postcss from 8.4.18 to 8.4.31 #574

Workflow file for this run

name: Changelog Check
on:
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog check
uses: Zomzog/changelog-checker@v1.2.0
with:
fileName: CHANGELOG.md
noChangelogLabel: "no changelog"
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}