diff --git a/.github/workflows/evm_foundry_ci.yml b/.github/workflows/evm-foundry-ci.yml similarity index 100% rename from .github/workflows/evm_foundry_ci.yml rename to .github/workflows/evm-foundry-ci.yml diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml new file mode 100644 index 0000000..a7dfab3 --- /dev/null +++ b/.github/workflows/slither.yml @@ -0,0 +1,14 @@ +name: Slither Analysis + +on: + push: + branches: + - main + pull_request: + +jobs: + analyze: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: crytic/slither-action@v0.4.0 \ No newline at end of file