Skip to content

Bump postcss from 8.3.0 to 8.4.31 in /docs/public #49

Bump postcss from 8.3.0 to 8.4.31 in /docs/public

Bump postcss from 8.3.0 to 8.4.31 in /docs/public #49

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)