Skip to content

Commit 45bc5fd

Browse files
test: add API integration suite, fixtures, and frontend unit tests
1 parent 731338b commit 45bc5fd

2 files changed

Lines changed: 6 additions & 1084 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,14 @@ jobs:
6868

6969
mypy:
7070
runs-on: ubuntu-latest
71+
permissions:
72+
contents: read
7173
steps:
72-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
75+
with:
76+
persist-credentials: false
7377

74-
- uses: actions/setup-python@v5
78+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
7579
with:
7680
python-version: "3.12"
7781
cache: pip

0 commit comments

Comments
 (0)