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

11 lines
178 B
YAML

name: manage pull requests
on: pull_request
jobs:
manage:
runs-on: ubuntu-latest
steps:
- name: run build and check
uses: ./.github/workflows/check.yml