Refactor CSS and JavaScript files for consistency; clean up whitespace and formatting

This commit is contained in:
mr. M
2025-01-04 02:23:44 +01:00
parent 7dfa6d55ba
commit 100f7f4147
2 changed files with 34 additions and 3 deletions

34
.github/workflows/code-linter.yml vendored Normal file
View File

@@ -0,0 +1,34 @@
name: Code Linter
on:
push:
branches:
- dev
workflow_dispatch:
pull_request:
branches:
- dev
jobs:
pr-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Setup pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint

View File

@@ -28,9 +28,6 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint
- name: Download Firefox and dependencies
run: surfer download