Skip to content

Merge pull request #3 from GuillaumeFalourd/test #13

Merge pull request #3 from GuillaumeFalourd/test

Merge pull request #3 from GuillaumeFalourd/test #13

Workflow file for this run

name: Action test
on:
push:
workflow_dispatch:
jobs:
rsyncversion:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
show-progress: ''
- name: Setup rsync
uses: './'
- run: rsync --version