Skip to content

build(deps): bump cachix/install-nix-action from 21 to 22 #96

build(deps): bump cachix/install-nix-action from 21 to 22

build(deps): bump cachix/install-nix-action from 21 to 22 #96

Workflow file for this run

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