Skip to content

Set the GITHUB_PAGES_BASE_URL environment variable to an empty string… #71

Set the GITHUB_PAGES_BASE_URL environment variable to an empty string…

Set the GITHUB_PAGES_BASE_URL environment variable to an empty string… #71

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "24"
- name: Install dependencies
run: npm install -g prettier
- name: Run Prettier
run: npx prettier --check .