Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Create funding.json #325

Create funding.json

Create funding.json #325

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
- name: install dependencies
run: yarn ci
- name: run build-css
run: yarn build-css
- name: run linter
run: yarn eslint
- name: push Sentry source map
run: NODE_OPTIONS="--max-old-space-size=10000" SENTRY_AUTH_TOKEN=${{secrets.SENTRY_AUTH_TOKEN}} SENTRY_PROJECT=react SENTRY_ORG=${{ secrets.SENTRY_ORG}} CI=false yarn release