action-demo/.gitea/workflows/pull_request.yml

17 lines
246 B
YAML
Raw Normal View History

name: Test pull_request
on:
- pull_request
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- run: |
cat README.md