Skip to content

feat(repo): add slither to lint code #15

feat(repo): add slither to lint code

feat(repo): add slither to lint code #15

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
solidity:
name: Lint Solidity Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install pnpm dependencies
uses: ./.github/actions/install-pnpm-dependencies
- name: lint commit msg
run: pnpm lint:sol