Fix Fome link, add build workflow (#5)

This commit is contained in:
Piotr Rogowski 2023-01-15 22:27:34 +01:00 committed by GitHub
parent bf6e1958e2
commit b60dfedd92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 7 deletions

24
.github/workflows/build.js.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Build
concurrency:
group: ${{ github.ref }}-build-js
cancel-in-progress: true
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: "npm"
- run: npm ci
- run: npm run build

View File

@ -10,19 +10,13 @@ Insert titles here!
- More stuff!
- Stuff that looks like stuff but isn't!
##### Subtitle
#### No not that kind of subtitle
### This kind of subtitle
You can also do **this** **[link](www.fome.tech)**
You can also do **this** **[link](https://fome.tech)**
### What you'll need