Skip to content

Bump get-func-name from 2.0.0 to 2.0.2 #11

Bump get-func-name from 2.0.0 to 2.0.2

Bump get-func-name from 2.0.0 to 2.0.2 #11

Workflow file for this run

name: Limit file size
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install lizard
run: pip install lizard
- name: Limit complexity
run: $HOME/.local/bin/lizard --CCN 3