Skip to content

Commit

Permalink
bugfix/slither-regression (#60)
Browse files Browse the repository at this point in the history
* Update Node.js version in GitHub Actions workflow

* try to remove neutral check

* Update GitHub Actions workflow to improve static analysis output handling

* Update Node.js version to 20 in GitHub Actions workflow

* Rename default job to coverage in GitHub Actions workflow

* Rename coverage job to default in GitHub Actions workflow

* Continue workflow harmonization

* test removing coverage

* remove slither

* rename to default

* Enhance CI workflow by adding coverage reports and reintroducing Slither static analysis

* rename ci

---------

Co-authored-by: Jérémy James Toussaint <[email protected]>
  • Loading branch information
Le-Caignec and jeremyjams authored Jan 15, 2025
1 parent bac5f3c commit 9281102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true

jobs:
default:
coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 9281102

Please sign in to comment.