Skip to content

Commit 1056b96

Browse files
committed
smoketests
1 parent ad6db3a commit 1056b96

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/test-lint.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
- name: Run pytest
4242
run: uv run pytest tests/platform_independent
4343

44+
- name: Run on self
45+
run: |
46+
uv run licensecheck
47+
uv run licensecheck --only-licenses mit apache --show-only-failing -g dev
48+
uv run licensecheck --only-licenses mit apache --show-only-failing -f csv
49+
4450
- name: Run ruff
4551
run: uv run ruff check --output-format=github
4652
continue-on-error: true

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ See below for the output if you run `licensecheck` in this directory. More examp
125125
126126
```
127127

128-
129-
130128
### Use csv format
131129

132130
```csv
@@ -141,7 +139,6 @@ idna,3.10,349141,UNKNOWN,UNKNOWN,BSD LICENSE,False,0,idna-3.10
141139
requests-cache,1.2.1,174099,https://github.com/requests-cache/requests-cache,Roman Haritonov,BSD LICENSE,False,0,requests-cache-1.2.1
142140
```
143141

144-
145142
### Groups
146143

147144
```txt

0 commit comments

Comments
 (0)