Skip to content

Fix clipboard image pasting #55

Fix clipboard image pasting

Fix clipboard image pasting #55

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