Skip to content

Commit

Permalink
Merge pull request #26 from snow-actions/supported-events-and-runners
Browse files Browse the repository at this point in the history
Document for supported events and runners
  • Loading branch information
SnowCait authored Nov 3, 2022
2 parents fb2560f + 63eeeb5 commit 9aa19ad
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,16 @@ See [action.yml](action.yml).
|path|optional|Same as actions/checkout|`'.'`|
|filter|optional|filter-spec to omit objects/blobs when fetching |`''`|

## Support OS
## Supported

### Events

- Any

### Runners

[![Test](https://github.com/snow-actions/sparse-checkout/actions/workflows/test.yml/badge.svg)](https://github.com/snow-actions/sparse-checkout/actions/workflows/test.yml)

* `ubuntu-20.04` (`ubuntu-latest`)
* `ubuntu-18.04`
* `windows-2019` (`windows-latest`)
* `windows-2016`
* `macos-10.15` (`macos-latest`)
* `ubuntu-*`
* `windows-*`
* `macos-*`

0 comments on commit 9aa19ad

Please sign in to comment.