From e1c128f9a8c5e2ad2ef86e8dbeb9dbc1e686e731 Mon Sep 17 00:00:00 2001 From: Vality Bot Date: Wed, 13 Jul 2022 11:27:48 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20file(s)=20with=20vality?= =?UTF-8?q?dev/configurations=20(#16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔄 Synced local '.github/workflows/basic-linters.yml' with remote 'workflows/base/basic-linters.yml' * 🔄 Created local '.github/settings.yml' from remote '.github/settings.yml' Co-authored-by: Andrew Mayorov --- .github/settings.yml | 2 ++ .github/workflows/basic-linters.yaml | 7 +------ 2 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..9267e7d --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,2 @@ +# These settings are synced to GitHub by https://probot.github.io/apps/settings/ +_extends: .github diff --git a/.github/workflows/basic-linters.yaml b/.github/workflows/basic-linters.yaml index 60b10c5..6114f14 100644 --- a/.github/workflows/basic-linters.yaml +++ b/.github/workflows/basic-linters.yaml @@ -3,12 +3,7 @@ name: Vality basic linters on: pull_request: branches: - - master - - main - push: - branches: - - master - - main + - "*" jobs: lint: