Files
fastfetch/.github/workflows/pull_request.yml
T
2022-03-24 21:43:27 +01:00

15 lines
284 B
YAML

name: manage pull requests
on: pull_request
jobs:
manage:
name: manage pull request
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v2
- name: run build and check
uses: ./.github/workflows/check.yml@master