Add cache to other pipelines #36

Merged
jank1619 merged 45 commits from feature/custom-pipeline-images into main 2025-02-19 11:55:51 +00:00
Showing only changes of commit 72f56928d4 - Show all commits

View File

@ -4,6 +4,16 @@ on:
pull_request: pull_request:
jobs: 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: checkstyle:
name: "Checkstyle Main" name: "Checkstyle Main"
runs-on: "vps-4" runs-on: "vps-4"
@ -124,5 +134,4 @@ jobs:
- name: Test build - name: Test build
run: | run: |
cd frontend cd frontend
bun run build bun run build --no-clean
ls -la dist