Skip to content

chore(deps): Bump actions/checkout from 4.2.2 to 6.0.0 #198

chore(deps): Bump actions/checkout from 4.2.2 to 6.0.0

chore(deps): Bump actions/checkout from 4.2.2 to 6.0.0 #198

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