Skip to content

Change Licensing to MIT #186

Change Licensing to MIT

Change Licensing to MIT #186

Workflow file for this run

name: Pull Request Manager
on:
pull_request_target:
jobs:
pr_manager:
name: PR Manager
runs-on: ubuntu-latest
steps:
- name: Labeler
uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true
- uses: actions/checkout@v3
with:
# IMPORTANT: Make sure checkout is pulling pull request's merge commit!
ref: 'refs/pull/${{ github.event.number }}/merge'
- name: Clang-Format Lint Verify
uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,c,inl'
clangFormatVersion: 10