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

15 lines
271 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/actions/check