Support big file for Ext2 #4
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 | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
check-license-lines: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Check License | |
# Check license lines of each file in this repository. | |
uses: apache/[email protected] |