Skip to content

Add Brave logo to list of compatible browsers #77

Add Brave logo to list of compatible browsers

Add Brave logo to list of compatible browsers #77

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm install
- run: npm test