Skip to content

Commit

Permalink
ci: rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsho committed Feb 11, 2023
1 parent e09ce98 commit 1795a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: stylua
name: Formatting
on:
push:
branches: ["main"]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Run tests
name: Tests
on:
pull_request: ~
push:
paths-ignore:
- ".github/**"
- "*.md"
branches:
- main
Expand Down

0 comments on commit 1795a2d

Please sign in to comment.