Skip to content

Добавляет кодировку "utf-8" для CSS (#355) #1163

Добавляет кодировку "utf-8" для CSS (#355)

Добавляет кодировку "utf-8" для CSS (#355) #1163

Workflow file for this run

name: EditorConfig
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run editorconfig