Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
CI: workflows: rename
Browse files Browse the repository at this point in the history
Names hopefully intuitively understandable.
  • Loading branch information
Anton-Latukha committed Nov 12, 2021
1 parent f61669e commit adde969
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hlint-run.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: "/hlint-run"
on:
pull_request:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hlint-setup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: "/hlint-setup"
on:
pull_request:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Setup
name: "/setup"
on:
push:
branches:
Expand Down

0 comments on commit adde969

Please sign in to comment.