Skip to content

workflows with specific nightly #1

workflows with specific nightly

workflows with specific nightly #1

Workflow file for this run

name: QAKit Slither Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# This is technically not needed as slither will try to install foundry but
# I found the installer flakey on CI.

Check failure on line 9 in .github/workflows/slither.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/slither.yaml

Invalid workflow file

You have an error in your yaml syntax on line 9
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
# https://github.com/foundry-rs/foundry/issues/3440#issuecomment-1641853058
version: nightly-cc5637a979050c39b3d06bc4cc6134f0591ee8d0
- name: Use Node.js
uses: actions/setup-node@v3
- uses: crytic/slither-action@v0.3.0