Skip to content

Commit 9e4a1eb

Browse files
committed
More CI workflow adjustments
1 parent 9d8605b commit 9e4a1eb

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/semgrep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 🚨 Semgrep Analysis
2+
name: Semgrep Analysis
33
on:
44
merge_group:
55
pull_request:
@@ -28,7 +28,7 @@ permissions:
2828

2929
jobs:
3030
semgrep:
31-
name: 🚨 Semgrep Analysis
31+
name: Semgrep Analysis
3232
runs-on: ubuntu-latest
3333
container:
3434
image: returntocorp/semgrep
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint, Typecheck, and Test
1+
name: Tests
22

33
on:
44
push:
@@ -7,7 +7,9 @@ on:
77
branches: [ main ]
88

99
jobs:
10-
ci:
10+
python:
11+
name: Python - Lint, Typecheck, Test
12+
1113
strategy:
1214
fail-fast: false
1315
matrix:

0 commit comments

Comments
 (0)