#2154: Explore use of std::chrono
for TimeType
#2171
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 | |
jobs: | |
check-license: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Install dependencies | |
run: sudo apt-get update && sudo apt-get install libfile-find-rule-perl | |
- name: Check license | |
shell: bash | |
run: ./scripts/check_license.sh $(pwd) |