Skip to content

Rename prettier.yaml to prettier.yaml.old #2

Rename prettier.yaml to prettier.yaml.old

Rename prettier.yaml to prettier.yaml.old #2

Workflow file for this run

name: Code Quality (Stylelint)
on:
push:
branches: [develop]
jobs:
prettier:
name: Stylelint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install -D
- name: Check formatting with Stylelint
run: npm run stylelint:check