Expose some skip inspection options for armi.init
and db.loadOperator
#6632
This file contains 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: Check License Lines | |
permissions: | |
contents: read | |
on: [push, pull_request] | |
jobs: | |
check-license-lines: | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@master | |
- name: Check License Lines | |
uses: kt3k/[email protected] |