ci: add linelint job to CI workflow
Some checks failed
CI / Checkstyle Main (pull_request) Successful in 56s
CI / eslint (pull_request) Successful in 20s
CI / prettier (pull_request) Successful in 17s
CI / test-build (pull_request) Failing after 19s
CI / Check if all files end in newline (pull_request) Has been cancelled

This commit is contained in:
We ball 2025-02-19 12:23:32 +01:00
parent 642f5727e5
commit 72f56928d4
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6

View File

@ -4,6 +4,16 @@ on:
pull_request:
jobs:
linelint:
runs-on: ubuntu-latest
name: Check if all files end in newline
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Linelint
uses: actions/linelint@master
id: linelint
checkstyle:
name: "Checkstyle Main"
runs-on: "vps-4"
@ -124,5 +134,4 @@ jobs:
- name: Test build
run: |
cd frontend
bun run build
ls -la dist
bun run build --no-clean