From 96d481d1d7d3446e2300ab6edd18afcd6854a9ac Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Fri, 6 Mar 2020 08:04:21 -0800 Subject: [PATCH 01/45] another commit --- .github/workflows/nodejs.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0695eb9..412ca42 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -10,15 +10,24 @@ jobs: matrix: node-version: [12.x] + steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: printf 'const awsmobile = {}; \n\nexport default awsmobile;' > ./src/aws-exports.js - run: yarn install - - run: yarn run build --if-present - - run: yarn run lint + - run: yarn run lint:fix + - run: echo ${{ }} + - run: echo ${{ }} + - run: echo ${{ }} + - run: echo ${{ }} + - name: Commit files + run: | + git config --local user.email "felipe.delatorre@fivetalent.com" + git config --local user.name "FelipeD-FiveTalent" + git commit -am "Automated report" + git push env: CI: true From 99e337148342d3a3acb220bb73a22aa7862b6c73 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Fri, 6 Mar 2020 08:06:55 -0800 Subject: [PATCH 02/45] same commit --- .github/workflows/nodejs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 412ca42..47fc882 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,10 +19,10 @@ jobs: node-version: ${{ matrix.node-version }} - run: yarn install - run: yarn run lint:fix - - run: echo ${{ }} - - run: echo ${{ }} - - run: echo ${{ }} - - run: echo ${{ }} + - run: echo ${{ github }} + - run: echo ${{ github.actor }} + - run: echo ${{ env }} + - run: echo ${{ job }} - name: Commit files run: | git config --local user.email "felipe.delatorre@fivetalent.com" From f6b78840af95ccc671b9211a9015861ffa1e81bc Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent Date: Fri, 6 Mar 2020 16:08:02 +0000 Subject: [PATCH 03/45] Automated report --- src/App.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/App.js b/src/App.js index 22274d7..d68cf11 100644 --- a/src/App.js +++ b/src/App.js @@ -10,11 +10,7 @@ function App() {

Edit src/App.js and save to reload.

- + Learn Nothing From 525bf35631c5063bfeb2e453ddd24318bccb3c1a Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Fri, 6 Mar 2020 08:12:28 -0800 Subject: [PATCH 04/45] another same commit --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 47fc882..41faee9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -26,7 +26,7 @@ jobs: - name: Commit files run: | git config --local user.email "felipe.delatorre@fivetalent.com" - git config --local user.name "FelipeD-FiveTalent" + git config --local user.name ${{ github.actor }} git commit -am "Automated report" git push env: From 29ac020dacad77d707a8ee55b42fc018deae5f67 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Fri, 6 Mar 2020 08:16:16 -0800 Subject: [PATCH 05/45] some commit --- src/App.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index d68cf11..5f2a8f7 100644 --- a/src/App.js +++ b/src/App.js @@ -10,7 +10,18 @@ function App() {

Edit src/App.js and save to reload.

- + Learn Nothing From f1541e89a79f7325bb9bc5c7f0c19058508b77b1 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent Date: Fri, 6 Mar 2020 16:17:18 +0000 Subject: [PATCH 06/45] Automated report --- src/App.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/App.js b/src/App.js index 5f2a8f7..d68cf11 100644 --- a/src/App.js +++ b/src/App.js @@ -10,18 +10,7 @@ function App() {

Edit src/App.js and save to reload.

- + Learn Nothing From eb943e26c87a72eb75d6c86454379b046ab53cd6 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Fri, 6 Mar 2020 08:22:20 -0800 Subject: [PATCH 07/45] some commit --- .github/workflows/nodejs.yml | 6 +++--- src/App.js | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 41faee9..a973445 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -25,9 +25,9 @@ jobs: - run: echo ${{ job }} - name: Commit files run: | - git config --local user.email "felipe.delatorre@fivetalent.com" - git config --local user.name ${{ github.actor }} - git commit -am "Automated report" + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git commit -am "Cleaning" git push env: CI: true diff --git a/src/App.js b/src/App.js index d68cf11..baedaf1 100644 --- a/src/App.js +++ b/src/App.js @@ -6,7 +6,13 @@ function App() { return (
- logo + logo

Edit src/App.js and save to reload.

From cced505a053d3339f865d8f61ae7de223369fd81 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 6 Mar 2020 16:23:17 +0000 Subject: [PATCH 08/45] Cleaning --- src/App.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/App.js b/src/App.js index baedaf1..d68cf11 100644 --- a/src/App.js +++ b/src/App.js @@ -6,13 +6,7 @@ function App() { return (
- logo + logo

Edit src/App.js and save to reload.

From 25ab31b054e8beff8741fdc5fab048d4c8c79fb7 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Fri, 6 Mar 2020 08:24:36 -0800 Subject: [PATCH 09/45] some commit --- .github/workflows/nodejs.yml | 2 +- src/App.js | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a973445..0d32cbf 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -27,7 +27,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git commit -am "Cleaning" + git commit -am "Cleaning ${{ github.actor }}'s mess'" git push env: CI: true diff --git a/src/App.js b/src/App.js index d68cf11..d808173 100644 --- a/src/App.js +++ b/src/App.js @@ -6,11 +6,19 @@ function App() { return (
- logo + logo

Edit src/App.js and save to reload.

- + Learn Nothing
From 62c9efbb55f19e7ed702f5778bc8ee3fc6890aea Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 6 Mar 2020 16:25:41 +0000 Subject: [PATCH 10/45] Cleaning FelipeD-FiveTalent's mess' --- src/App.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/App.js b/src/App.js index d808173..b6b7d29 100644 --- a/src/App.js +++ b/src/App.js @@ -6,19 +6,11 @@ function App() { return (
- logo + logo

Edit src/App.js and save to reload.

- + Learn Nothing
From 011780a8d0db5093614281e0d0645d6cf1082cd9 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Fri, 6 Mar 2020 08:29:31 -0800 Subject: [PATCH 11/45] no changes to commit --- .github/workflows/nodejs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0d32cbf..666bb28 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,13 +18,12 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: yarn install - - run: yarn run lint:fix - run: echo ${{ github }} - run: echo ${{ github.actor }} - run: echo ${{ env }} - - run: echo ${{ job }} - name: Commit files run: | + yarn run lint:fix git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git commit -am "Cleaning ${{ github.actor }}'s mess'" From 38d32f35e78e4edff9a8803df0caf3f1ccbbd309 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Fri, 6 Mar 2020 08:37:57 -0800 Subject: [PATCH 12/45] nothing to commit --- .github/workflows/nodejs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 666bb28..37c923d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -28,5 +28,9 @@ jobs: git config --local user.name "GitHub Action" git commit -am "Cleaning ${{ github.actor }}'s mess'" git push + - name: Commit files + if: failure() + run: | + echo "This failed" env: CI: true From 33927010e280b41c1e24e950b191a160244675e7 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Fri, 6 Mar 2020 08:50:47 -0800 Subject: [PATCH 13/45] changes to more files --- .github/workflows/nodejs.yml | 5 ++--- package.json | 2 +- src/App.js | 12 +++++++++--- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 37c923d..08e40e1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,10 +17,9 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} + - run: yarn install - - run: echo ${{ github }} - - run: echo ${{ github.actor }} - - run: echo ${{ env }} + - name: Commit files run: | yarn run lint:fix diff --git a/package.json b/package.json index cbbe9fe..2f44f4f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint ./src", - "lint:fix": "eslint ./src --fix" + "lint:fix": "eslint --ignore-pattern '/node_modules/' . --fix" }, "eslintConfig": { "extends": "react-app" diff --git a/src/App.js b/src/App.js index b6b7d29..1b3419e 100644 --- a/src/App.js +++ b/src/App.js @@ -6,11 +6,17 @@ function App() { return (
- logo + logo

- Edit src/App.js and save to reload. + Edit src/App.js + + + and save to reload.

- + Learn Nothing
From 36187813e2d09ce375172eca5a53292713c7efe1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 6 Mar 2020 16:51:51 +0000 Subject: [PATCH 14/45] Cleaning FelipeD-FiveTalent's mess' --- src/App.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/App.js b/src/App.js index 1b3419e..7e9a75e 100644 --- a/src/App.js +++ b/src/App.js @@ -8,15 +8,10 @@ function App() {
logo

- Edit src/App.js - - + Edit src/App.js and save to reload.

- + Learn Nothing
From bc303eb4e7698435eddfb467ab4f2c88ee4d2857 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 07:56:50 -0700 Subject: [PATCH 15/45] something to commit --- .github/workflows/nodejs.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 08e40e1..af6b9c2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,15 +17,18 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - - run: yarn install + + - name: Run Build + run: | + yarn install + yarn run build --if-present - name: Commit files run: | yarn run lint:fix git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git commit -am "Cleaning ${{ github.actor }}'s mess'" + git commit -am "Cleaning ${{ github.actor }}'s mess" git push - name: Commit files if: failure() From fa6b3f7792dfbf08ff6f37699c19d16ffce6f446 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 08:01:15 -0700 Subject: [PATCH 16/45] changes --- .github/workflows/nodejs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index af6b9c2..3053b83 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -30,9 +30,6 @@ jobs: git config --local user.name "GitHub Action" git commit -am "Cleaning ${{ github.actor }}'s mess" git push - - name: Commit files - if: failure() - run: | - echo "This failed" + env: CI: true From 55895356b03ca490d30b71eddbb7a8884953ac0f Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 08:09:40 -0700 Subject: [PATCH 17/45] changes --- .github/workflows/nodejs.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3053b83..0fefe63 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,11 +17,9 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - - name: Run Build - run: | - yarn install - yarn run build --if-present + + - run: yarn install + - run: yarn run build --if-present - name: Commit files run: | @@ -30,6 +28,6 @@ jobs: git config --local user.name "GitHub Action" git commit -am "Cleaning ${{ github.actor }}'s mess" git push - + env: CI: true From 859d33b15269dd3f47c3397d303c2184ba543df4 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 08:16:13 -0700 Subject: [PATCH 18/45] changes --- .github/workflows/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0fefe63..1dd378e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -20,8 +20,9 @@ jobs: - run: yarn install - run: yarn run build --if-present + - run: ls -a - - name: Commit files + - name: Run Lint and Commit run: | yarn run lint:fix git config --local user.email "action@github.com" From 4787c8e8e1d8bfa3a90ef3ed1f2f6608ad80c608 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 08:20:02 -0700 Subject: [PATCH 19/45] changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f44f4f..4afc768 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint ./src", - "lint:fix": "eslint --ignore-pattern '/node_modules/' . --fix" + "lint:fix": "eslint --ignore-pattern '/node_modules/' '/build/' . --fix" }, "eslintConfig": { "extends": "react-app" From 2c25b9f3f968ab22b0b7ef1fdb0f2aa7b70d7912 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 08:23:34 -0700 Subject: [PATCH 20/45] changes 1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4afc768..0782092 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint ./src", - "lint:fix": "eslint --ignore-pattern '/node_modules/' '/build/' . --fix" + "lint:fix": "eslint --ignore-pattern '/node_modules/' --ignore-pattern '/build/' . --fix" }, "eslintConfig": { "extends": "react-app" From be88ea7ab9e1fb79745d2ab0531ef8115f4173d2 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 08:27:40 -0700 Subject: [PATCH 21/45] changes 2 --- .github/workflows/nodejs.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 1dd378e..131ae7d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,12 +17,13 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - - run: yarn install - - run: yarn run build --if-present - - run: ls -a + + - name: Install and Build + run: | + yarn install + yarn run build --if-present - - name: Run Lint and Commit + - name: Lint and Commit run: | yarn run lint:fix git config --local user.email "action@github.com" From 09723dc1e270ac352cfa5563cc2365d1d071b363 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 08:30:54 -0700 Subject: [PATCH 22/45] changes 3 --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 7e9a75e..3242271 100644 --- a/src/App.js +++ b/src/App.js @@ -6,7 +6,7 @@ function App() { return (
- logo + logo

Edit src/App.js and save to reload. From 61982ee79aa389d462cdb87546b0e3483e4a0777 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 08:37:15 -0700 Subject: [PATCH 23/45] changes 4 --- .github/workflows/nodejs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 131ae7d..afc785b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -31,5 +31,9 @@ jobs: git commit -am "Cleaning ${{ github.actor }}'s mess" git push + - name: ESLint Action + uses: hallee/eslint-action@1.0.1 + + env: CI: true From 1b19323b507379c575ae15dc9674a99442a3b1a9 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 08:39:00 -0700 Subject: [PATCH 24/45] changes 5 --- .github/workflows/nodejs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index afc785b..cd786b4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -22,6 +22,9 @@ jobs: run: | yarn install yarn run build --if-present + + - name: ESLint Action + uses: hallee/eslint-action@1.0.1 - name: Lint and Commit run: | @@ -31,8 +34,6 @@ jobs: git commit -am "Cleaning ${{ github.actor }}'s mess" git push - - name: ESLint Action - uses: hallee/eslint-action@1.0.1 env: From 6a5a84a1de2741c1e9c4c7041d89ace6857dd742 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 08:45:31 -0700 Subject: [PATCH 25/45] changes 5 --- .github/workflows/nodejs.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index cd786b4..a6fef19 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -10,7 +10,6 @@ jobs: matrix: node-version: [12.x] - steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -22,9 +21,6 @@ jobs: run: | yarn install yarn run build --if-present - - - name: ESLint Action - uses: hallee/eslint-action@1.0.1 - name: Lint and Commit run: | @@ -34,7 +30,5 @@ jobs: git commit -am "Cleaning ${{ github.actor }}'s mess" git push - - env: CI: true From 3798d794e32b0277ae0e26f1d57a852e05508942 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 14:43:01 -0700 Subject: [PATCH 26/45] changes 6 --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 3242271..df39180 100644 --- a/src/App.js +++ b/src/App.js @@ -6,7 +6,7 @@ function App() { return (

- logo + logo

Edit src/App.js and save to reload. From 0f9e4ba33ab0abb7b3dd83c1fcad5fda072a53ec Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 14:53:20 -0700 Subject: [PATCH 27/45] changes 7 --- .github/workflows/nodejs.yml | 5 +++++ src/App.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a6fef19..1efa8b9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -23,6 +23,11 @@ jobs: yarn run build --if-present - name: Lint and Commit + run: | + yarn run lint + + - name: Lint and Commit + if: failure() run: | yarn run lint:fix git config --local user.email "action@github.com" diff --git a/src/App.js b/src/App.js index df39180..ada6f76 100644 --- a/src/App.js +++ b/src/App.js @@ -6,7 +6,7 @@ function App() { return (

- logo + logo

Edit src/App.js and save to reload. From 2c0e9f8fec316d1b878bd3dee2dab12b4f5b0165 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 14:55:11 -0700 Subject: [PATCH 28/45] changes 8 --- .github/workflows/nodejs.yml | 4 ++-- src/App.js | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 1efa8b9..f9b069b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -22,11 +22,11 @@ jobs: yarn install yarn run build --if-present - - name: Lint and Commit + - name: Lint run: | yarn run lint - - name: Lint and Commit + - name: Fix:Lint and Commit if: failure() run: | yarn run lint:fix diff --git a/src/App.js b/src/App.js index ada6f76..f6b90f3 100644 --- a/src/App.js +++ b/src/App.js @@ -8,7 +8,9 @@ function App() {

logo

- Edit src/App.js + Edit src/App.js + + and save to reload.

From a7dd97f674cee595f66b9b75ca3dc1b8f36d2104 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 9 Mar 2020 21:56:26 +0000 Subject: [PATCH 29/45] Cleaning FelipeD-FiveTalent's mess --- src/App.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index f6b90f3..ada6f76 100644 --- a/src/App.js +++ b/src/App.js @@ -8,9 +8,7 @@ function App() {
logo

- Edit src/App.js - - + Edit src/App.js and save to reload.

From aecc6135bfccdca7b3b9ea27dc8b4b7321b50b94 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 9 Mar 2020 15:03:48 -0700 Subject: [PATCH 30/45] changes 9 --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index ada6f76..876f2b7 100644 --- a/src/App.js +++ b/src/App.js @@ -6,7 +6,7 @@ function App() { return (
- logo + logo

Edit src/App.js and save to reload. From d5f1cb4795fc2716a4ef8382a09db0f0c8009e22 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Tue, 10 Mar 2020 13:14:36 -0700 Subject: [PATCH 31/45] change 1 --- src/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 876f2b7..c3fc370 100644 --- a/src/App.js +++ b/src/App.js @@ -11,7 +11,8 @@ function App() { Edit src/App.js and save to reload.

-
+ Learn Nothing
From b371649d72cf9313de39fdc874e92664735d5825 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 10 Mar 2020 20:16:02 +0000 Subject: [PATCH 32/45] Cleaning FelipeD-FiveTalent's mess --- src/App.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index c3fc370..876f2b7 100644 --- a/src/App.js +++ b/src/App.js @@ -11,8 +11,7 @@ function App() { Edit src/App.js and save to reload.

- + Learn Nothing
From 8bc6497b56500473873e5468c2fea0a476df35de Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Tue, 10 Mar 2020 13:17:16 -0700 Subject: [PATCH 33/45] change 2 --- src/App.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index c3fc370..693b8f4 100644 --- a/src/App.js +++ b/src/App.js @@ -6,13 +6,12 @@ function App() { return (
- logo + logo

Edit src/App.js and save to reload.

- + Learn Nothing
From a30515e9dd36b85ed91318480ad7894033f67047 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Wed, 11 Mar 2020 08:45:25 -0700 Subject: [PATCH 34/45] change --- .github/workflows/nodejs.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f9b069b..d4cf210 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,7 +29,7 @@ jobs: - name: Fix:Lint and Commit if: failure() run: | - yarn run lint:fix + yarn run lint:ga-fix git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git commit -am "Cleaning ${{ github.actor }}'s mess" diff --git a/package.json b/package.json index 0782092..131c059 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint ./src", - "lint:fix": "eslint --ignore-pattern '/node_modules/' --ignore-pattern '/build/' . --fix" + "lint:ga-fix": "eslint --ignore-pattern '/node_modules/' --ignore-pattern '/build/' . --fix" }, "eslintConfig": { "extends": "react-app" From 02f7125116ae8ad389f73c5d6a8d26dfe7e1fe52 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Wed, 11 Mar 2020 08:51:33 -0700 Subject: [PATCH 35/45] change --- src/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 693b8f4..b31f364 100644 --- a/src/App.js +++ b/src/App.js @@ -11,7 +11,8 @@ function App() { Edit src/App.js and save to reload.

- + Learn Nothing
From b9987e833dc2dab0acf59c3c95cbbe0f42adaf8f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 11 Mar 2020 15:52:57 +0000 Subject: [PATCH 36/45] Cleaning FelipeD-FiveTalent's mess --- src/App.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index b31f364..693b8f4 100644 --- a/src/App.js +++ b/src/App.js @@ -11,8 +11,7 @@ function App() { Edit src/App.js and save to reload.

- + Learn Nothing
From 1cb8ccd21ed02a0529ddc4194f3d77e91b8dfaf6 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Wed, 11 Mar 2020 08:53:49 -0700 Subject: [PATCH 37/45] change --- src/App.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 693b8f4..f11a039 100644 --- a/src/App.js +++ b/src/App.js @@ -11,10 +11,11 @@ function App() { Edit src/App.js and save to reload.

- + Learn Nothing -
+
); } From ad4c0b3759bece0c362ec881a4772b34c3d8af45 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Wed, 11 Mar 2020 09:17:04 -0700 Subject: [PATCH 38/45] change --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 131c059..93805fe 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint ./src", - "lint:ga-fix": "eslint --ignore-pattern '/node_modules/' --ignore-pattern '/build/' . --fix" + "lint:ga-fix": "eslint --ignore-pattern '/build/' . --fix" }, "eslintConfig": { "extends": "react-app" From 77be7f4cff1f14ff7b9b8a71ae2a57ccdc922cb5 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Wed, 11 Mar 2020 09:20:35 -0700 Subject: [PATCH 39/45] change --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d4cf210..95b91fc 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -27,7 +27,7 @@ jobs: yarn run lint - name: Fix:Lint and Commit - if: failure() + if: cancelled() run: | yarn run lint:ga-fix git config --local user.email "action@github.com" From c04dfc49181d5ca333ec65093a255afb6c986399 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Wed, 11 Mar 2020 09:22:26 -0700 Subject: [PATCH 40/45] change --- src/App.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index f11a039..693b8f4 100644 --- a/src/App.js +++ b/src/App.js @@ -11,11 +11,10 @@ function App() { Edit src/App.js and save to reload.

- + Learn Nothing -
); } From fa9a7084acabf135edb718aef9c97ff5059a89b6 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Wed, 11 Mar 2020 09:23:56 -0700 Subject: [PATCH 41/45] change --- .github/workflows/nodejs.yml | 1 + src/App.js | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 95b91fc..9db4395 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -27,6 +27,7 @@ jobs: yarn run lint - name: Fix:Lint and Commit + if: failure if: cancelled() run: | yarn run lint:ga-fix diff --git a/src/App.js b/src/App.js index 693b8f4..c22b0f2 100644 --- a/src/App.js +++ b/src/App.js @@ -11,7 +11,9 @@ function App() { Edit src/App.js and save to reload.

- + Learn Nothing
From 81da4cf8555132e18e5fce3ef75e2c7d823de219 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Wed, 11 Mar 2020 09:24:47 -0700 Subject: [PATCH 42/45] change --- .github/workflows/nodejs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9db4395..95b91fc 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -27,7 +27,6 @@ jobs: yarn run lint - name: Fix:Lint and Commit - if: failure if: cancelled() run: | yarn run lint:ga-fix From da2f824552df8a4f5082c1a30816c83f8ce56048 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 16 Mar 2020 08:48:42 -0700 Subject: [PATCH 43/45] something someting cool --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 95b91fc..8e0010f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -27,12 +27,12 @@ jobs: yarn run lint - name: Fix:Lint and Commit - if: cancelled() + if: failed() run: | yarn run lint:ga-fix git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git commit -am "Cleaning ${{ github.actor }}'s mess" + git commit -am "Cleaning ${{ github.actor }}'s lint" git push env: From 924eb6559f3e740a5d52fa1c5e8d145e2dc9762b Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Mon, 16 Mar 2020 08:50:47 -0700 Subject: [PATCH 44/45] change --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8e0010f..235c424 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -27,7 +27,7 @@ jobs: yarn run lint - name: Fix:Lint and Commit - if: failed() + if: failure() run: | yarn run lint:ga-fix git config --local user.email "action@github.com" From 5929cf47bda2322873c8921370a157854459b998 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Mar 2020 15:52:10 +0000 Subject: [PATCH 45/45] Cleaning FelipeD-FiveTalent's lint --- src/App.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index c22b0f2..693b8f4 100644 --- a/src/App.js +++ b/src/App.js @@ -11,9 +11,7 @@ function App() { Edit src/App.js and save to reload.

- + Learn Nothing