diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index aafb123..fc0f284 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,16 +5,15 @@ name: Node.js CI on: push: - branches: [ "main" ] + branches: ["main"] pull_request: - branches: [ "main" ] + branches: ["main"] permissions: contents: read jobs: build: - runs-on: ubuntu-latest strategy: @@ -23,12 +22,12 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v4 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - run: npm ci - - run: npm run build --if-present - - run: npm test + - uses: actions/checkout@v4 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + cache: "npm" + - run: npm ci + - run: npm run build --if-present + - run: npm test diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index ec63c28..73a8a96 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -4,7 +4,7 @@ on: push: branches: - main - workflow_dispatch: + workflow_dispatch: permissions: contents: write diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 551522e..0fb64f2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -41,7 +41,11 @@ export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode }>) { return ( - +