Skip to content

Commit e6af6fc

Browse files
authored
Merge pull request #17 from veewee/rename-action
Rename action
2 parents 05ab502 + d689196 commit e6af6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/psl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- cron: '0 */3 * * *'
88

99
jobs:
10-
static-analysis:
11-
name: "static analysis"
10+
static-analysis-on-psl:
11+
name: "static analysis on PSL"
1212
runs-on: "ubuntu-latest"
1313
steps:
1414
- name: "checkout"

0 commit comments

Comments
 (0)