Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

up

up #416

---
name: "Test-Futureproof-OS"
on: # yamllint disable-line rule:truthy
push:
pull_request:
# POSIX cron format
# https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html
schedule:
# Once every 5 minutes
# - cron: "*/5 * * * *"
# Once a day
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
Test-Futureproof-OS:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- run: "echo \"${GITHUB_WORKSPACE}/bin\" >>\"$GITHUB_PATH\""
- run: "./build"