Skip to content

add link to blog post for full stack, use hyperlinks in templates sec… #36

add link to blog post for full stack, use hyperlinks in templates sec…

add link to blog post for full stack, use hyperlinks in templates sec… #36

Workflow file for this run

name: battleship-tests
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./battleship
steps:
- name: checkout repo content
uses: actions/checkout@v3
- name : install project dependencies
run: npm install --force
- name: run tests
run: npm test