Skip to content

Merge pull request #32 from loophp/renovate/drupol-php-conventions-6.x #55

Merge pull request #32 from loophp/renovate/drupol-php-conventions-6.x

Merge pull request #32 from loophp/renovate/drupol-php-conventions-6.x #55

Workflow file for this run

name: Prettier checks
# This action works with pull requests and pushes
on:
pull_request:
push:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install the Nix package manager
uses: cachix/install-nix-action@v30
- name: Checks
run: nix run nixpkgs#nodePackages.prettier -- --check .