Skip to content

Bump @adobe/css-tools from 4.2.0 to 4.3.3 #358

Bump @adobe/css-tools from 4.2.0 to 4.3.3

Bump @adobe/css-tools from 4.2.0 to 4.3.3 #358

Workflow file for this run

name: changelog
on:
pull_request:
branches:
- 'master'
jobs:
release_notes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: RELEASE_NOTES.md # default `CHANGELOG.adoc`
checkNotification: Detailed # default `Detailed`
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}