diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..d686497 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +*.md @veggiemonk @agebhar1 @dmitrytokarev @gesellix @mash1t @moshloop @vegasbrianc @noteed \ No newline at end of file diff --git a/.github/workflows/check_links.yaml b/.github/workflows/check_links.yaml index 9843589..f33c142 100644 --- a/.github/workflows/check_links.yaml +++ b/.github/workflows/check_links.yaml @@ -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 diff --git a/package-lock.json b/package-lock.json index 3d0cbba..dd0f941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4977,9 +4977,9 @@ } }, "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" }, "mixin-deep": { "version": "1.3.2", diff --git a/package.json b/package.json index 3acf4c4..47455a2 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "eslint-plugin-import": "2.20.1", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-prettier": "3.1.2", + "minimist": ">=1.2.2", "prettier": "1.19.1" } }