Skip to content

Check for existing critcmp before cargo install #131

Check for existing critcmp before cargo install

Check for existing critcmp before cargo install #131

Workflow file for this run

name: Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
checkPrettier:
name: Check Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check code formatting
run: npx prettier --check .