Skip to content

fix: Bump version to 4.0.1 in package.json #35

fix: Bump version to 4.0.1 in package.json

fix: Bump version to 4.0.1 in package.json #35

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