Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Deliverance CI

Deliverance CI #102

Workflow file for this run

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 }}"