Skip to content

Fix Challenge 2 in Section 2.3: Use "positive integers" instead of "integers" for monoid under multiplication #105

Fix Challenge 2 in Section 2.3: Use "positive integers" instead of "integers" for monoid under multiplication

Fix Challenge 2 in Section 2.3: Use "positive integers" instead of "integers" for monoid under multiplication #105

name: Prettier checks
on:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install the Nix package manager
uses: cachix/install-nix-action@v18
- name: Checks
run: nix run nixpkgs#nodePackages.prettier -- --check .