Skip to content

[gem-book] Fixed self language detect without i18n #580

[gem-book] Fixed self language detect without i18n

[gem-book] Fixed self language detect without i18n #580

Workflow file for this run

name: Lint
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn
- run: yarn run lint
- run: yarn run test