Files
checkout/.github/workflows/test.yml
Tingluo Huang 0b496e91ec
Some checks failed
test-local / test (ubuntu-latest) (push) Failing after 22s
test-local / test (macOS-latest) (push) Has been cancelled
test-local / test (windows-latest) (push) Has been cancelled
Upgrade checkout to v1.1.0 to better support scripting git. (#56)
* Upgrade checkout to v1.1.0 to better support scripting git.

* add changelog

* Update README.md

* Add local testing yaml

* Add Status Badge to readme
2019-10-25 10:52:59 -04:00

19 lines
329 B
YAML

name: "test-local"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
- uses: ./
- run: git ls-remote --tags origin