mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
15 lines
277 B
YAML
15 lines
277 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
|