Skip to content

chore(deps): Bump actions/checkout from 4.2.2 to 5.0.1 #192

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

chore(deps): Bump actions/checkout from 4.2.2 to 5.0.1 #192

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