mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-19 01:21:36 +02:00
18 lines
269 B
YAML
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"
|
|
|