Various attributes and extern "C" must be marked "unsafe" to compile generated code #1268
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request_target: | |
types: [labeled, unlabeled, opened, synchronize, reopened] | |
name: Changelog check | |
jobs: | |
changelog: | |
name: Changelog check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@v4 | |
- name: Changelog updated | |
uses: Zomzog/[email protected] | |
with: | |
fileName: CHANGELOG.md | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |