Skip to content

Action test on Windows #636

Action test on Windows

Action test on Windows #636

name: Action test on Windows
on:
schedule:
- cron: "0 6 * * MON-FRI" # Runs at 06:00 UTC
push:
branches:
- main
workflow_dispatch:
jobs:
windows:
runs-on: windows-latest
steps:
- uses: GuillaumeFalourd/setup-rsync@main
- run: rsync --version