Skip to content

chore(cli): bump @interslavic/utils to 3.0.0 #65

chore(cli): bump @interslavic/utils to 3.0.0

chore(cli): bump @interslavic/utils to 3.0.0 #65

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
main:
name: Default
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: NPM install
uses: bahmutov/npm-install@v1
with:
useLockFile: false
- name: Bootstrap
run: npm run bootstrap
- name: Lint
run: npm run lint:ci
- name: Build
run: npm run build
- name: Test
run: npm run test