Skip to content

Commit

Permalink
ci: move reusable workflows into .github/workflows
Browse files Browse the repository at this point in the history
GitHub expects reusable workflows that are referenced to be housed in the
top-level directory of the `.github/workflows` directory in a repository.
  • Loading branch information
thazhemadam committed Mar 13, 2024
1 parent 1261762 commit c431863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Format Check"
name: "Reusable Format Checking Workflow"

on:
workflow_call:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Format PR"
name: "Reusable Format PR Workflow"

on:
workflow_call:
Expand Down

0 comments on commit c431863

Please sign in to comment.