mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Use workflow instead of action
This commit is contained in:
@@ -3,7 +3,7 @@ name: manage pull requests
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
manage:
|
||||
check:
|
||||
name: manage pull request
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
@@ -13,4 +13,4 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: run build and check
|
||||
uses: ./.github/actions/check
|
||||
uses: ./.github/workflows/check
|
||||
|
||||
Reference in New Issue
Block a user