Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skale-contracts integration: Update Environment Variable Handling & Validation in node-cli; Deprecate ABI JSON Downloads; Integrate Ruff Linting #835

Open
wants to merge 13 commits into
base: 4.1.0
Choose a base branch
from
Open
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
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,17 @@ jobs:
python -m pip install --upgrade pip
pip install -e .[dev]

- name: Generate info
run: ./scripts/generate_info.sh 1.0.0 my-branch normal

- name: Lint with flake8
run: |
flake8 .

- name: Check with ruff
run: |
ruff check

- name: Build binary - normal
run: |
mkdir -p ./dist
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,6 @@ resource_allocation.json
conf.json
test-env

nginx.conf
nginx.conf
tests/.skale/node_data/docker.json
tests/.skale/node_data/node_options.json
Loading
Loading