Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Lint codes

Lint codes #23

Workflow file for this run

name: ci
on: [push]
jobs:
lint-and-build:
runs-on: ubuntu-18.04
container:
image: node:12-alpine
env:
NODE_ENV: development
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
run: yarn install
- name: lint
run: yarn lint
- name: build
run: yarn build