Skip to content

Commit a79740f

Browse files
author
Andrey Helldar
authored
Merge pull request #20 from TheDragonCode/1.x
Try to change names
2 parents b4baabc + 4b75b74 commit a79740f

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)