Skip to content

Commit

Permalink
Merge pull request #11 from SciML/at/move-reusable-workflows
Browse files Browse the repository at this point in the history
ci: move reusable workflows into `.github/workflows`
  • Loading branch information
thazhemadam authored Mar 13, 2024
2 parents 1261762 + 458d2f4 commit bc1f9f2
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 bc1f9f2

Please sign in to comment.