Skip to content

test push from outside contrib #1

test push from outside contrib

test push from outside contrib #1

Workflow file for this run

name: yapf
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
jobs:
yapf:
runs-on: test-label
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: hello
run: |
echo "hello world ... "