Kriskras99 commented on issue #385:
URL: https://github.com/apache/avro-rs/issues/385#issuecomment-3704774035

   Seems like a good idea. Github CI:
   ```
   jobs:
     license-header-check:
       runs-on: ubuntu-latest
       name: Check License Header
       steps:
         - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8  # 
v6.0.1
         - name: Install HawkEye
         # This CI job is bound by installation time, use `--profile dev` to 
speed it up
           run: cargo install hawkeye --version 6.2.0 --locked --profile dev
         - name: Run license header check
           run: ci/scripts/license_header.sh
   ```
   Might be useful to use something like `cargo binstall` to not have to 
compile it


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to