Skip to content

Remove maplit dependency and stop using a macro for hashmaps #684

Remove maplit dependency and stop using a macro for hashmaps

Remove maplit dependency and stop using a macro for hashmaps #684

Workflow file for this run

name: Changelog Check
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- master
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.md
noChangelogLabel: skip changelog
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}