-
Notifications
You must be signed in to change notification settings - Fork 0
67 lines (58 loc) · 1.88 KB
/
Copy pathpush-verify.yml
File metadata and controls
67 lines (58 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# SPDX-FileCopyrightText: 2026 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)
# SPDX-License-Identifier: Apache-2.0
name: Push Verification
permissions:
contents: read
on:
push:
concurrency:
group: push-verify-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
workflow-quality:
if: >-
github.ref_type == 'branch' &&
github.ref_name == github.event.repository.default_branch
name: Workflow and Template Quality
runs-on: ubuntu-24.04
timeout-minutes: 10
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Lint GitHub Actions workflows
uses: reviewdog/action-actionlint@dbe5299849118fd6f099ba563d263d770955a64a # v1.73.2
with:
reporter: github-annotations
fail_level: error
repo-linter:
if: >-
github.ref_type == 'branch' &&
github.ref_name == github.event.repository.default_branch
name: Repo Linter
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: 'Run Repolinter'
uses: newrelic/repolinter-action@3f4448f855c351e9695b24524a4111c7847b84cb # v1.7.0
reuse-compliance:
if: >-
github.ref_type == 'branch' &&
github.ref_name == github.event.repository.default_branch
name: REUSE Compliance
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: REUSE Compliance Check
uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6.0.0