diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index f5b683c..6eba84d 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -9,5 +9,10 @@ jobs: steps: - uses: actions/checkout@v3 - uses: crytic/slither-action@v0.3.0 - - run: slither . --print function-summary + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/command-output-file-action@v1.1 + with: + command_line: ls -lha + output_file_name: output.txt + display_file_content: YES # this is also the default value if not informed