mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Refactored github actions again
This commit is contained in:
@@ -4,7 +4,11 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user