1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-01 22:10:06 +02:00
checkout/.github/workflows/test.yml
2019-12-13 11:10:29 -05:00

18 lines
269 B
YAML

name: Build and Test
on:
pull_request:
branches:
- master
types: [opened, synchronize, closed]
jobs:
build:
runs-on: ubuntu-latest
steps:
- env:
GITHUB_JSON: ${{ toJson(github) }}
run: |
echo "$GITHUB_JSON"