diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b3f777..98be37d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: with: target: "contracts/" solc-version: '0.8.21' - slither-args: --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/ + slither-args: --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/ --print contract-summary node-version: "20" fail-on: none sarif: results.sarif diff --git a/CHANGELOG.md b/CHANGELOG.md index 6924c53..6893c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## vNEXT +- Add slither github action. (#24) - Claim task part 2 - Add voucher tests. (#21) - Claim task part 1 - Solidity with minimal tests. (#20) - Compute deal price with proper volume. (#19)