Merge remote-tracking branch 'zprince/component_flux_up' into drewj/b… #6620
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] |