Skip to content

update import problems in python-lint.yml action. #3

update import problems in python-lint.yml action.

update import problems in python-lint.yml action. #3

Workflow file for this run

name: Bash Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install ShellCheck
run: sudo apt-get install -y shellcheck
- name: Lint setup.sh
run: shellcheck setup.sh
- name: Lint OCR4Linux.sh
run: shellcheck OCR4Linux.sh