Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/word-wrap-1.2.4 #70

Merge branch 'main' into dependabot/npm_and_yarn/word-wrap-1.2.4

Merge branch 'main' into dependabot/npm_and_yarn/word-wrap-1.2.4 #70

Workflow file for this run

name: CI
on: [ push ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Node Env
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: Install Dependencies
run: yarn install --immutable
- name: Lint
run: yarn lint
- name: Build
run: yarn build