diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7afd8ac..58252a2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,5 +1,5 @@ name: Lint -on: [push] +on: [push, pull_request] jobs: lint: @@ -13,4 +13,7 @@ jobs: python-version: 3.x - name: Install dependencies - run: python -m pip install PyYAML \ No newline at end of file + run: python -m pip install PyYAML + + - name: Lint + run: python framework/lint.py \ No newline at end of file