Skip to content

Merge pull request #56 from ecphp/dependabot/github_actions/actions/c… #68

Merge pull request #56 from ecphp/dependabot/github_actions/actions/c…

Merge pull request #56 from ecphp/dependabot/github_actions/actions/c… #68

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@v4
- name: Install the Nix package manager
uses: cachix/install-nix-action@v22
- name: Checks
run: nix run nixpkgs#nodePackages.prettier -- --check .