Skip to content

Bump handlebars from 4.7.8 to 4.7.9 #74

Bump handlebars from 4.7.8 to 4.7.9

Bump handlebars from 4.7.8 to 4.7.9 #74

Workflow file for this run

name: "Lint Code"
on:
push:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "latest"
- run: npm ci
- run: npx prettier . --check