mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-01-03 03:31:18 -05:00
Add codeowners
This commit is contained in:
parent
39ad8e978b
commit
c750020187
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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/check_links.yml'
|
- '.github/workflows/check_links.yaml'
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -17,12 +17,6 @@ jobs:
|
|||||||
- uses: actions/setup-ruby@v1
|
- uses: actions/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: '2.6'
|
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
|
- name: Awesome bot checking
|
||||||
run: |
|
run: |
|
||||||
gem install awesome_bot
|
gem install awesome_bot
|
||||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -4977,9 +4977,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"minimist": {
|
"minimist": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.5",
|
||||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
|
||||||
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
|
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
|
||||||
},
|
},
|
||||||
"mixin-deep": {
|
"mixin-deep": {
|
||||||
"version": "1.3.2",
|
"version": "1.3.2",
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"eslint-plugin-import": "2.20.1",
|
"eslint-plugin-import": "2.20.1",
|
||||||
"eslint-plugin-jsx-a11y": "6.2.3",
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
||||||
"eslint-plugin-prettier": "3.1.2",
|
"eslint-plugin-prettier": "3.1.2",
|
||||||
|
"minimist": ">=1.2.2",
|
||||||
"prettier": "1.19.1"
|
"prettier": "1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user