mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-02-24 09:48:14 +00:00
style: linting on CI yaml files
This commit is contained in:
parent
75c7b1399b
commit
02d3a37cfb
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@ -1,6 +1,5 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
|
|
||||||
# Maintain dependencies for Docker
|
# Maintain dependencies for Docker
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
20
.github/workflows/dockerhub.yml
vendored
20
.github/workflows/dockerhub.yml
vendored
@ -3,26 +3,25 @@ name: DockerHub
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 1'
|
- cron: "0 0 * * 1"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
tags:
|
tags:
|
||||||
- '*.*.*'
|
- "*.*.*"
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'test/*'
|
- "test/*"
|
||||||
- '.gitignore'
|
- ".gitignore"
|
||||||
- 'docker-compose-separate-containers.yml'
|
- "docker-compose-separate-containers.yml"
|
||||||
- 'docker-compose.yml'
|
- "docker-compose.yml"
|
||||||
- 'LICENSE'
|
- "LICENSE"
|
||||||
- 'Makefile'
|
- "Makefile"
|
||||||
- '*.md'
|
- "*.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
multiarch-build-debian:
|
multiarch-build-debian:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@ -84,7 +83,6 @@ jobs:
|
|||||||
multiarch-build-alpine:
|
multiarch-build-alpine:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -4,12 +4,12 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'LICENSE'
|
- "LICENSE"
|
||||||
- '**.md'
|
- "**.md"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'LICENSE'
|
- "LICENSE"
|
||||||
- '**.md'
|
- "**.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit:
|
unit:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user