Skip to content

Commit

Permalink
Readme, GithubActions (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsontr authored Nov 4, 2023
1 parent ac97f56 commit fd6f366
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples. -->
* [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/)

<!-- GETTING STARTED -->
Expand Down

0 comments on commit fd6f366

Please sign in to comment.