Skip to content

fix: do not alter the TIN value when calling getTin() #36

fix: do not alter the TIN value when calling getTin()

fix: do not alter the TIN value when calling getTin() #36

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