Skip to content

Add logging to see if Genius is being used #3

Add logging to see if Genius is being used

Add logging to see if Genius is being used #3

name: Check formatting
on:
workflow_dispatch:
push:
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: Check formatting
run: npx prettier --check .