refactor(rust-sdk)!: simplify register_function — 3 constructors + IIIError handlers #1573
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
| name: License Header Check | |
| on: | |
| push: | |
| branches: [main] | |
| paths-ignore: | |
| - 'docs/**' | |
| - 'skills/**' | |
| - '**/*.md' | |
| - '**/*.mdx' | |
| - '.cursor/**' | |
| pull_request: | |
| branches: [main] | |
| paths-ignore: | |
| - 'docs/**' | |
| - 'skills/**' | |
| - '**/*.md' | |
| - '**/*.mdx' | |
| - '.cursor/**' | |
| jobs: | |
| check-license-headers: | |
| name: Check License Headers | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Check license headers | |
| uses: korandoru/hawkeye@v6 | |
| with: | |
| config: engine/licenserc.toml |