Skip to content

Add gitea image, update template and update readme.md #152

Add gitea image, update template and update readme.md

Add gitea image, update template and update readme.md #152

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm test