Skip to content

Refactoring: using Optional type instead of Union[something, None] #49

Refactoring: using Optional type instead of Union[something, None]

Refactoring: using Optional type instead of Union[something, None] #49

Workflow file for this run

name: Shell check
on:
- push
- pull_request
jobs:
pytest:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Shell check
run: ./shellcheck.sh