We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5b540 commit 9d4ed27Copy full SHA for 9d4ed27
.github/workflows/lint.yml
@@ -2,11 +2,7 @@
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
4
name: Lint
5
-on:
6
- push:
7
- branches: [main]
8
- pull_request:
9
+on: [push, pull_request]
10
permissions:
11
contents: read
12
jobs:
.github/workflows/test.yml
@@ -37,8 +37,7 @@ jobs:
37
uv build
38
- name: Install
39
run: |
40
- uv venv
41
- uv sync
+ uv sync --frozen
42
uv pip install .
43
- name: Shell tests
44
0 commit comments