Skip to content

Update for 10.8. Drop GeckoLinux from support list. #84

Update for 10.8. Drop GeckoLinux from support list.

Update for 10.8. Drop GeckoLinux from support list. #84

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies for build validation
run: yarn
- name: Perform build validation
run: yarn build
- name: Perform linting
run: yarn lint