Added operations for input values and thread stoppage if user removed… #344
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Unimport | |
on: [push, pull_request] | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3.5.3 | |
- uses: actions/setup-python@v4.6.1 | |
- name: Check unused imports | |
uses: hakancelikdev/unimport@stable | |
with: | |
extra_args: --include src/ |