Skip to content

set default redirect to false #9492

set default redirect to false

set default redirect to false #9492

Workflow file for this run

on: push
name: yarn build, lint, and test
jobs:
build-and-test:
name: build and test
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: yarn install
- run: npm install --global gulp-cli
- run: gulp copy-files
- run: yarn lint