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

15 lines
308 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: LinusDierheimer/fastfetch/.github/workflows/check.yml@master