Skip to content

update gzip (#434) #778

update gzip (#434)

update gzip (#434) #778

Workflow file for this run

name: Run Tests
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- run: yarn prettier