Skip to content

[PRSync] update docs to reflect latest models and style conventions #7

[PRSync] update docs to reflect latest models and style conventions

[PRSync] update docs to reflect latest models and style conventions #7

Workflow file for this run

name: Hello World Workflow
on:
pull_request:
types: [opened, synchronize]
jobs:
hello-world-job:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Print Hello, World!
run: echo "Hello, World!"