Skip to content

Add Thorium browser #1145

Add Thorium browser

Add Thorium browser #1145

Workflow file for this run

on: [pull_request, push]
jobs:
build:
strategy:
matrix:
os: [macos-12]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18.14.x
cache: 'npm'
- run: npm ci --audit false
- run: npm run lint
# - run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
- run: npm run typecheck
- run: npm run test
- run: npm run package