настройка webpack

This commit is contained in:
2020-07-05 09:07:36 +03:00
commit 7103f13750
8849 changed files with 920257 additions and 0 deletions

11
node_modules/is-callable/.github/workflows/lint.yml generated vendored Normal file
View File

@ -0,0 +1,11 @@
name: lint
on: [push, pull_request]
jobs:
lint:
runs_on: ubuntu-latest
strategy:
matrix:
node_version:

15
node_modules/is-callable/.github/workflows/rebase.yml generated vendored Normal file
View File

@ -0,0 +1,15 @@
name: Automatic Rebase
on: [pull_request]
jobs:
_:
name: "Automatic Rebase"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}