Configure Renovate #12
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: 2021 Lutris Engineering, Inc | |
# SPDX-License-Identifier: CC0-1.0 | |
# SPDX-FileContributor: Piper McCorkle <[email protected]> | |
name: CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
reuse: | |
name: REUSE | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-python@v2 | |
- run: pip install reuse | |
- run: reuse lint | |
validate_citation: | |
name: Validate CITATION.cff | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: LutrisEng/validate-cff@main |