Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove old
  • Loading branch information
ShaharNaveh committed Mar 24, 2026
commit a8bdc238917db8cfbf20a0b51f98022a96b01b9f
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@

- name: run cpython tests to check if env polluters have stopped polluting
shell: bash
run: |

Check failure on line 272 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / format_check

[actionlint] reported by reviewdog 🐶 got unexpected character '@' while lexing expression, expecting 'a'..'z', 'A'..'Z', '_', '0'..'9', ''', '}', '(', ')', '[', ']', '.', '!', '<', '>', '=', '&', '|', '*', ',', ' ' [expression] Raw Output: e:.github/workflows/ci.yaml:272:59: got unexpected character '@' while lexing expression, expecting 'a'..'z', 'A'..'Z', '_', '0'..'9', ''', '}', '(', ')', '[', ']', '.', '!', '<', '>', '=', '&', '|', '*', ',', ' ' [expression]
while IFS= read -r thing; do
for thing in "${{ matrix.env_polluting_tests[@] }}"; do
for i in $(seq 1 10); do
set +e
Expand Down
Loading