We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8605b commit 9e4a1ebCopy full SHA for 9e4a1eb
2 files changed
.github/workflows/semgrep.yaml
@@ -1,5 +1,5 @@
1
---
2
-name: 🚨 Semgrep Analysis
+name: Semgrep Analysis
3
on:
4
merge_group:
5
pull_request:
@@ -28,7 +28,7 @@ permissions:
28
29
jobs:
30
semgrep:
31
- name: 🚨 Semgrep Analysis
+ name: Semgrep Analysis
32
runs-on: ubuntu-latest
33
container:
34
image: returntocorp/semgrep
.github/workflows/ci.yaml .github/workflows/test.yaml.github/workflows/ci.yaml renamed to .github/workflows/test.yaml
@@ -1,4 +1,4 @@
-name: Lint, Typecheck, and Test
+name: Tests
push:
@@ -7,7 +7,9 @@ on:
7
branches: [ main ]
8
9
10
- ci:
+ python:
11
+ name: Python - Lint, Typecheck, Test
12
+
13
strategy:
14
fail-fast: false
15
matrix:
0 commit comments