Skip to content

zerocracy judges

zerocracy judges #4287

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: zerocracy
run-name: "zerocracy judges"
'on':
schedule:
- cron: '0 * * * *'
concurrency:
group: zerocracy
cancel-in-progress: false
jobs:
zerocracy:
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: zerocracy/judges-action@0.0.68
with:
verbose: false
cycles: 1
token: ${{ secrets.ZEROCRACY_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
repositories: objectionary/*
options: |
vitals_url=https://www.eolang.org/zerocracy/objectionary-vitals.html
factbase: objectionary.fb
- uses: zerocracy/pages-action@0.0.43
with:
factbase: objectionary.fb
output: pages
logo: https://www.objectionary.com/cactus.svg
options: |
github_token=${{ secrets.GITHUB_TOKEN }}
- uses: JamesIves/github-pages-deploy-action@v4.7.3
with:
branch: gh-pages
folder: pages
target-folder: zerocracy
clean: false