Skip to content

fix: improved error handling in remote processing #95

fix: improved error handling in remote processing

fix: improved error handling in remote processing #95

Workflow file for this run

name: Check Coding Style
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
check-coding-syle:
name: Check Coding Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Check EditorConfig
- name: Install eclint
run: sudo npm install -g eclint
- name: Check EditorConfig style
run: eclint check $(git ls-files)