From fd6f36606b37cdb8798c875683b2d27c80d12bcd Mon Sep 17 00:00:00 2001 From: Nelson Trindade <48919500+nelsontr@users.noreply.github.com> Date: Sat, 4 Nov 2023 19:38:16 +0000 Subject: [PATCH] Readme, GithubActions (#254) --- .github/workflows/main.yml | 12 +++++++++--- README.md | 10 ++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 655e2892..42ac188b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,11 +1,17 @@ name: main -on: [push, pull_request] +on: + push: + branches: + - '*' + pull_request: + branches: + - master jobs: build_test: runs-on: ubuntu-latest - + steps: - name: Checkout uses: actions/checkout@v4.1.1 @@ -15,7 +21,7 @@ jobs: with: node-version: 20.9.0 - - name: NPM + - name: Setup Npm run: npm install -g npm@10.2.3 - name: Install client dependencies diff --git a/README.md b/README.md index 5414ee41..a33c8f78 100644 --- a/README.md +++ b/README.md @@ -79,15 +79,9 @@ Of course, no one template will serve all projects since your needs may be diffe A list of commonly used resources that I find helpful are listed in the acknowledgements. --> -### Built With - - -* [React](https://reactjs.org/) -* [React Bootstrap](https://react-bootstrap.github.io/) -* [Node.js](https://nodejs.org/en/) -* [Express](http://expressjs.com/) -* [PostgreSQL](https://www.postgresql.org/) +### Built With +> [React](https://reactjs.org/), [React Bootstrap](https://react-bootstrap.github.io/), [Node.js](https://nodejs.org/en/), [Express](http://expressjs.com/), [PostgreSQL](https://www.postgresql.org/)