Skip to content

Remove unnecessary blank line in the authentication initializer for c… #6070

Remove unnecessary blank line in the authentication initializer for c…

Remove unnecessary blank line in the authentication initializer for c… #6070

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js 20
uses: actions/setup-node@v6
with:
node-version: 22
- run: npm ci
- run: npm run lint