Skip to content

feat(keyboard): support for customize onKey events, original PR #2345 #48

feat(keyboard): support for customize onKey events, original PR #2345

feat(keyboard): support for customize onKey events, original PR #2345 #48

Workflow file for this run

name: πŸ“ Changelog File Check
# This workflow only validates if the CHANGELOG.md file was updated and doesn't validate the format.
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- master
jobs:
changelog:
name: πŸ” Verify Changelog Modification
runs-on: ubuntu-latest
steps:
- name: βœ… Check if CHANGELOG.md was modified
uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md