Skip to content

CH-151 Replace --server option with --app_name option in harness-gene… #61

CH-151 Replace --server option with --app_name option in harness-gene…

CH-151 Replace --server option with --app_name option in harness-gene… #61

Workflow file for this run

name: Lint Check
on:
push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install autopep8
run: pip install autopep8
- name: Run lint-check.sh
run: bash lint-check.sh