mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-04-19 07:28:05 +02:00
Add codeowners
This commit is contained in:
parent
39ad8e978b
commit
c750020187
4 changed files with 6 additions and 10 deletions
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.md @veggiemonk @agebhar1 @dmitrytokarev @gesellix @mash1t @moshloop @vegasbrianc @noteed
|
8
.github/workflows/check_links.yaml
vendored
8
.github/workflows/check_links.yaml
vendored
|
@ -3,7 +3,7 @@ name: Check links
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/check_links.yml'
|
||||
- '.github/workflows/check_links.yaml'
|
||||
- 'README.md'
|
||||
|
||||
jobs:
|
||||
|
@ -17,12 +17,6 @@ jobs:
|
|||
- uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '2.6'
|
||||
# - uses: actions/cache@v1
|
||||
# with:
|
||||
# path: vendor/bundle
|
||||
# key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-gems-
|
||||
- name: Awesome bot checking
|
||||
run: |
|
||||
gem install awesome_bot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue