Skip to content
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