From 53654a3f86bb9b7f3e44cdf19f5f36f8bb855f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojta=20T=C5=AFma?= Date: Thu, 14 Jan 2021 07:04:39 +0100 Subject: [PATCH 1/3] new file uploaded --- new.file | Bin 0 -> 22 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 new.file diff --git a/new.file b/new.file new file mode 100644 index 0000000000000000000000000000000000000000..a78a282aae70de7410b28ac8c88bc0f69caeb1d0 GIT binary patch literal 22 ccmezWFOMOWp`1a1A&nuEAqU9jW#D1}08*d@9{>OV literal 0 HcmV?d00001 From 256c1c258f94bc034c6506b39db983afc92fd868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojta=20T=C5=AFma?= Date: Thu, 14 Jan 2021 08:41:08 +0100 Subject: [PATCH 2/3] add github workflow w/ DX check --- .github/workflows/main.yml | 13 +++++ .idea/codeStyles/codeStyleConfig.xml | 5 ++ .idea/linearb-test.iml | 8 +++ .idea/modules.xml | 8 +++ .idea/vcs.xml | 6 +++ .idea/workspace.xml | 73 ++++++++++++++++++++++++++++ 6 files changed, 113 insertions(+) create mode 100644 .github/workflows/main.yml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/linearb-test.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..3d9ead7 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,13 @@ +name: DX Scanner +on: push +jobs: + dx-scanner: + runs-on: ubuntu-latest + container: dxheroes/dx-scanner:latest + steps: + - uses: actions/checkout@v1 + - name: Runs DX Scanner on the code + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + DXSCANNER_API_TOKEN: ${{ secrets.DXSCANNER_API_TOKEN }} + run: dx-scanner run --ci \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/linearb-test.iml b/.idea/linearb-test.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/linearb-test.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..85c3590 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..b9c5ce8 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + +