diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0695eb9..d3ea97f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,9 +16,13 @@ jobs: 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 + - 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 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