Skip to content

chore: add .readthedocs.yml config #74

chore: add .readthedocs.yml config

chore: add .readthedocs.yml config #74

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 Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Checks
run: nix run nixpkgs#nodePackages.prettier -- --check .