1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 01:38:15 +00:00

style: linting on CI yaml files

This commit is contained in:
Nicolas Duchon 2022-12-03 14:30:40 +01:00
parent 75c7b1399b
commit 02d3a37cfb
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7
3 changed files with 19 additions and 22 deletions

View File

@ -1,6 +1,5 @@
version: 2
updates:
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"

View File

@ -3,26 +3,25 @@ name: DockerHub
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'
- cron: "0 0 * * 1"
push:
branches:
- main
tags:
- '*.*.*'
- "*.*.*"
paths-ignore:
- 'test/*'
- '.gitignore'
- 'docker-compose-separate-containers.yml'
- 'docker-compose.yml'
- 'LICENSE'
- 'Makefile'
- '*.md'
- "test/*"
- ".gitignore"
- "docker-compose-separate-containers.yml"
- "docker-compose.yml"
- "LICENSE"
- "Makefile"
- "*.md"
jobs:
multiarch-build-debian:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
@ -84,7 +83,6 @@ jobs:
multiarch-build-alpine:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:

View File

@ -4,12 +4,12 @@ on:
workflow_dispatch:
push:
paths-ignore:
- 'LICENSE'
- '**.md'
- "LICENSE"
- "**.md"
pull_request:
paths-ignore:
- 'LICENSE'
- '**.md'
- "LICENSE"
- "**.md"
jobs:
unit: