Skip to content

feat: change donate button #90

feat: change donate button

feat: change donate button #90

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
tests:
name: Tests and Lint Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node 15.x
uses: actions/setup-node@v1
with:
node-version: 15.x
- name: Install dependencies
run: yarn install
- name: Link Check
run: yarn lint-check
- name: Tests
run: yarn test
- name: Build Prod
run: yarn build