Skip to content

Commit

Permalink
Linter & unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Węgrzyn committed Sep 8, 2024
1 parent ed6ae48 commit 3579600
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eth_linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Slither Analysis for Cyrograf ETH
name: "ETH Cyrograf: linter analysis"

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eth_unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit tests for Cyrograf ETH
name: "ETH Cyrograf: unit tests"

on:
pull_request:
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/ui_deploy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion eth/cyrograf.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ contract Cyrograf {
currentBackground.northWest = northWest;
currentBackground.southEast = southEast;
}
}
}

0 comments on commit 3579600

Please sign in to comment.