Skip to content

chore(deps): Bump actions/cache from 4 to 5 #192

chore(deps): Bump actions/cache from 4 to 5

chore(deps): Bump actions/cache from 4 to 5 #192

Workflow file for this run

# SPDX-FileCopyrightText: 2026 LibreSign
# SPDX-License-Identifier: AGPL-3.0-or-later
name: github-meta
on:
pull_request:
jobs:
github-meta:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: rhysd/actionlint@v1.7.12
- name: Validate issue templates exist
run: |
test -f .github/ISSUE_TEMPLATE/bug_report.yml
test -f .github/ISSUE_TEMPLATE/feature_request.yml
test -f .github/ISSUE_TEMPLATE/discussion.yml
test -f .github/PULL_REQUEST_TEMPLATE.md