e5df154060
- Sostituito path interno pzeta_touch/shared-actions con URL assoluto gitea.com - Risolve errore autenticazione del runner su repo shared-actions privato - Il runner clona da gitea.com/Punga78/shared-actions senza credenziali
21 lines
372 B
YAML
21 lines
372 B
YAML
# Copia in: .gitea/workflows/ci.yml
|
|
# Usato da: librerie npm pubblicate su registry @pzeta
|
|
|
|
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths-ignore:
|
|
- '**.md'
|
|
- 'docs/**'
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
quality-gates:
|
|
uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/quality-gates.yml@main
|
|
secrets: inherit
|