Skip to content

Commit 4b75b74

Browse files
author
Andrey Helldar
committed
Try to change names
1 parent b4baabc commit 4b75b74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: "Code-Style Check"
1+
name: "Code-Style"
22

33
on: [ push, pull_request ]
44

55
jobs:
6-
build:
6+
check:
77
runs-on: ubuntu-latest
88

99
steps:

.github/workflows/lint-fix.yml renamed to .github/workflows/lint-fixer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: "Code-Style Fix"
1+
name: "Code-Style"
22

33
on:
44
push:
55
branches: [ main ]
66

77
jobs:
8-
fix:
8+
fixer:
99
runs-on: ubuntu-latest
1010

1111
steps:

0 commit comments

Comments
 (0)