From 1002cdeee69d0673553856a3e194bc9497e2b004 Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:24:14 +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 0000000000..6114f14f1e --- /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 f3cf4b7e5ddf63fbd57d8b68beda6d65d7afd8c3 Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:24:14 +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 0000000000..9267e7d048 --- /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