Skip to content

Merge pull request #11 from Lobooooooo14/dependabot/npm_and_yarn/next… #41

Merge pull request #11 from Lobooooooo14/dependabot/npm_and_yarn/next…

Merge pull request #11 from Lobooooooo14/dependabot/npm_and_yarn/next… #41

Workflow file for this run

name: ✨ Prettier lint check
on:
pull_request:
push:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-24.04
steps:
- name: ⏭️ Checkout
uses: actions/checkout@v4
- name: 📦 Installing dependencies
run: npm ci
- name: ✨ Checking
uses: creyD/prettier_action@v4.3
with:
prettier_options: --check .