This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
Deliverance CI #132
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: Deliverance CI | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: "0 0 * * 0" | |
permissions: | |
contents: write | |
jobs: | |
build-linux: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout, build and publish with Deliverance | |
uses: pojntfx/deliverance@latest | |
with: | |
github_token: "${{ secrets.GITHUB_TOKEN }}" |