12 lines
183 B
YAML
12 lines
183 B
YAML
name: PR Check
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
print-log:
|
|
name: Test
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Print something
|
|
run: echo "Hello from Gitea Actions" |