Skip to content

Commit

Permalink
ci: rename workflow to typecheck
Browse files Browse the repository at this point in the history
Renamed workflow `check` to `typecheck` to better reflect its purpose.
  • Loading branch information
luandro committed Nov 1, 2024
1 parent a1c743b commit 853cd6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check
name: Typecheck
on:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stacks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Stacks
name: Deployment Stacks

on:
push:
Expand Down

0 comments on commit 853cd6d

Please sign in to comment.