Skip to content

Fix link in news.json #130

Fix link in news.json

Fix link in news.json #130

Workflow file for this run

name: Test
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and test
run: |
yarn
- name: Test
run: |
yarn lint
yarn test
npm run check