This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
Simplify signing procedure, now it get values automatically from keystore.properties if present #16
Workflow file for this run
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: 2020 microG Team | |
# SPDX-License-Identifier: CC0-1.0 | |
name: REUSE Compliance Check | |
on: [pull_request, push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: fsfe/reuse-action@v1 |