From c71ce8a715e61dac90e358979d3b4e631d6c985f Mon Sep 17 00:00:00 2001 From: undefined Date: Wed, 30 Mar 2022 01:50:52 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=84=20Created=20local=20'.github/w?= =?UTF-8?q?orkflows/basic-linters.yml'=20from=20remote=20'workflows/base/b?= =?UTF-8?q?asic-linters.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/basic-linters.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/basic-linters.yml diff --git a/.github/workflows/basic-linters.yml b/.github/workflows/basic-linters.yml new file mode 100644 index 0000000..6114f14 --- /dev/null +++ b/.github/workflows/basic-linters.yml @@ -0,0 +1,10 @@ +name: Vality basic linters + +on: + pull_request: + branches: + - "*" + +jobs: + lint: + uses: valitydev/base-workflows/.github/workflows/basic-linters.yml@v1 From 7cea720186a4797a0ef1f3e9a00b9ffb6521787e Mon Sep 17 00:00:00 2001 From: undefined Date: Wed, 30 Mar 2022 01:50:52 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=84=20Created=20local=20'.github/s?= =?UTF-8?q?ettings.yml'=20from=20remote=20'.github/settings.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/settings.yml | 2 ++ 1 file changed, 2 insertions(+) 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