patch github-ci #111
lint.yml
on: pull_request
Run golangci-lint
38s
Run markdown-lint
17s
Run flake8 on python integration tests
9m 21s
Check gomod2nix.toml file is up to date
1m 9s
Annotations
8 errors and 6 warnings
Run golangci-lint
issues found
|
Run flake8 on python integration tests:
tests/integration_tests/test_upgrade.py#L22
./tests/integration_tests/test_upgrade.py:22:1: I001 isort found an import in the wrong position
|
Run flake8 on python integration tests:
tests/integration_tests/test_upgrade.py#L60
./tests/integration_tests/test_upgrade.py:60:89: E501 line too long (113 > 88 characters)
|
Run flake8 on python integration tests:
tests/integration_tests/test_upgrade.py#L126
./tests/integration_tests/test_upgrade.py:126:1: W293 blank line contains whitespace
|
Run flake8 on python integration tests:
tests/integration_tests/test_upgrade.py#L153
./tests/integration_tests/test_upgrade.py:153:13: E722 do not use bare 'except'
|
Run flake8 on python integration tests:
tests/integration_tests/test_upgrade.py#L217
./tests/integration_tests/test_upgrade.py:217:89: E501 line too long (92 > 88 characters)
|
Run flake8 on python integration tests:
tests/integration_tests/test_upgrade.py#L221
./tests/integration_tests/test_upgrade.py:221:21: W292 no newline at end of file
|
Run flake8 on python integration tests
Process completed with exit code 2.
|
Run markdown-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3, technote-space/[email protected], golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
Run golangci-lint:
app/upgrades.go#L54
unused-parameter: parameter 'paramsKeeper' seems to be unused, consider removing or renaming it as _ (revive)
|
Check gomod2nix.toml file is up to date
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, cachix/cachix-action@v12, technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run flake8 on python integration tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, cachix/cachix-action@v12, technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|