Skip to content

Commit 817596e

Browse files
CI: SHA-pin actions and run the npm-wrapper test
1 parent 14193c3 commit 817596e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
python-version: ["3.10", "3.11", "3.12", "3.13"]
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2121
with:
2222
persist-credentials: false
2323

2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

@@ -34,5 +34,3 @@ jobs:
3434
run: pip install ruff && ruff check src/ tests/ --target-version py310
3535

3636
- name: Run tests
37-
run: |
38-
python -m pytest tests/ -v --cov=src --cov-report=term-missing

0 commit comments

Comments
 (0)