Skip to content

Set target and default language after canceling language prompt #52

Set target and default language after canceling language prompt

Set target and default language after canceling language prompt #52

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint