You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add github workflows and clarify + clean up project info:
- Add a github workflow for CI to run tests and linting.
- Clarify the linting commands and reduce the surface area of where
the instructions are to the README.md, using CONTRIBUTING.md for
extra contribution instructions.
- Cleans up tox environment setup for better UX.
<!-- Brief description of the changes introduced by this PR -->
9
-
<!-- Don't submit this PR if it could expose a mainnet bug, see SECURITY.md in the repo root for details -->
10
3
11
4
## 🔗 Related Issues or PRs
12
-
<!-- Reference any related issues using the GitHub issue number (e.g., Fixes #123). Default is N/A. -->
13
-
N/A.
5
+
<!-- Reference any related issues using the GitHub issue number (e.g., Closes #123). Default is N/A. -->
14
6
15
7
## ✅ Checklist
16
8
<!-- Please check off all required items. For those that don't apply remove them accordingly. -->
17
9
18
-
-[ ]All: Ran fast`tox` checks to avoid unnecessary CI fails:
10
+
-[ ] Ran `tox` checks to avoid unnecessary CI fails:
19
11
```console
20
-
uvx --with=tox-uv tox -e check,pytest
12
+
uvx --with=tox-uv tox
21
13
```
22
14
- [ ] Considered adding appropriate tests for the changes.
23
-
- [ ] Considered adding an entry to [CHANGELOG.md](/ethereum/execution-spec-tests/blob/main/docs/CHANGELOG.md).
24
-
- [ ] Considered updating the online docs in the [./docs/](/ethereum/execution-spec-tests/blob/main/docs/) directory.
25
-
- [ ] Tests: Ran `mkdocs serve` locally and verified the auto-generated docs for new tests in the [Test Case Reference](https://eest.ethereum.org/main/tests/) are correctly formatted.
15
+
- [ ] Considered updating the online docs in the [./docs/](/leanEthereum/leanSpec/tree/main/docs/) directory.
0 commit comments