Skip to content

Translate this plugin #57

Translate this plugin

Translate this plugin #57

Workflow file for this run

name: Code style
on:
push:
jobs:
prettier:
name: Code style
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12.x"
cache: "npm"
- run: npm install
- run: npx prettier --check .