Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- uses: actions/checkout@v7
with:
persist-credentials: false
- uses: actions/setup-node@v6.4.0
- uses: actions/setup-node@v7.0.0
with:
node-version: "22"
cache: npm
Expand Down Expand Up @@ -88,7 +88,7 @@
python -m pip install --upgrade pip
python -m pip install ".[dev]"
python -m pip install --force-reinstall --no-deps \
"agent-maintainer @ git+https://github.com/douglasmonsky/agent-maintainer.git@1129570a725256dcc5f04bee33cdc32c35af911d"

Check warning on line 91 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Hardening / Repository policy

91:121 [line-length] line too long (131 > 120 characters)
- name: Agent Maintainer guidance drift
run: python -m agent_maintainer guidance --check
- name: Whole-source Pyright
Expand All @@ -112,7 +112,7 @@
python-version: "3.14"
cache: pip
cache-dependency-path: pyproject.toml
- uses: actions/setup-node@v6.4.0
- uses: actions/setup-node@v7.0.0
with:
node-version: "22"
cache: npm
Expand Down Expand Up @@ -196,7 +196,7 @@
- uses: actions/checkout@v7
with:
persist-credentials: false
- uses: actions/setup-node@v6.4.0
- uses: actions/setup-node@v7.0.0
with:
node-version: "22"
- name: Install dashboard tooling
Expand Down Expand Up @@ -234,7 +234,7 @@
run: |
python -m pip install --upgrade pip
python -m pip install ".[dev]"
- uses: actions/setup-node@v6.4.0
- uses: actions/setup-node@v7.0.0
if: matrix.python-version == '3.14'
with:
node-version: "22"
Expand Down Expand Up @@ -272,7 +272,7 @@
- uses: actions/setup-python@v6.3.0
with:
python-version: "3.14"
- uses: actions/setup-node@v6.4.0
- uses: actions/setup-node@v7.0.0
with:
node-version: "22"
cache: npm
Expand Down
Loading