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 8547bd1fa3 - Show all commits

View File

@ -4,27 +4,6 @@ on:
pull_request:
jobs:
build:
name: Lint
runs-on: vps-4
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter@v7.2.1 # x-release-please-version
checkstyle:
name: "Checkstyle Main"
runs-on: "vps-4"