Skip to content

Commit dbd22cb

Browse files
authored
Merge branch 'master' into editor/next-previous
2 parents 88ca8b2 + 09561be commit dbd22cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
- "master"
88

99
jobs:
10-
selene:
10+
code_quality:
11+
name: Code Quality
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@v4
@@ -21,7 +22,8 @@ jobs:
2122
- name: Run linters
2223
run: make lint
2324

24-
stylua:
25+
code_style:
26+
name: Code Style
2527
runs-on: ubuntu-latest
2628
steps:
2729
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)