Add unit tests when FileTime
is i64::MAX
#21
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
# SPDX-FileCopyrightText: 2023 Shun Sakai | |
# | |
# SPDX-License-Identifier: Apache-2.0 OR MIT | |
name: REUSE Compliance Check | |
on: | |
push: | |
branches: | |
- 'develop' | |
- 'master' | |
pull_request: | |
jobs: | |
reuse: | |
name: REUSE | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: REUSE Compliance Check | |
uses: fsfe/reuse-action@v2.0.0 |