Skip to content

chore(main): release kerrokantasi-ui 1.9.1 (#1102) #653

chore(main): release kerrokantasi-ui 1.9.1 (#1102)

chore(main): release kerrokantasi-ui 1.9.1 (#1102) #653

Workflow file for this run

name: kerrokantasi-ui-ci
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build