Skip to content

chore: bump prettier from 3.3.3 to 3.4.2 #58

chore: bump prettier from 3.3.3 to 3.4.2

chore: bump prettier from 3.3.3 to 3.4.2 #58

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-action:
name: Build Action
runs-on: ubuntu-22.04
steps:
- name: Checkout Project
uses: actions/checkout@v4.2.2
- name: Setup Node.js
uses: actions/setup-node@v4.1.0
with:
node-version-file: .nvmrc
- name: Install Dependencies
run: npm ci
- name: Check Lint
run: npm run lint
- name: Build Action
run: |
npm run build
git diff && git diff-index --quiet --exit-code HEAD