Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ paths:
ignore:
- SC2001 # https://www.shellcheck.net/wiki/SC2129
- 'property "result" is not defined in object type.*'
- '".*" section is alias node but mapping node is expected'
- 'secret ".*" is required by ".*" reusable workflow.*'
.github/workflows/gateway-contracts-upgrade-tests.yml:
ignore:
- 'constant expression "false" in condition' # https://github.com/zama-ai/fhevm-internal/issues/379
2 changes: 1 addition & 1 deletion .github/workflows/common-pull-request-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

env:
ACTIONLINT_VERSION: 1.7.8
ACTIONLINT_VERSION: 1.7.10
Comment thread
eudelins-zama marked this conversation as resolved.

permissions: {}

Expand Down
218 changes: 0 additions & 218 deletions .github/workflows/test-suite-e2e-tests-mq.yml

This file was deleted.

Loading