Skip to content

Commit a747fff

Browse files
author
Andrey Helldar
authored
Update and rename lint.yml to lint-check.yml
1 parent 92075d2 commit a747fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml renamed to .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
1+
name: "Code-style Check"
22

33
on: [ push, pull_request ]
44

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

99
steps:

0 commit comments

Comments
 (0)