Skip to content

fix(deps): update dependency korojscommands to v1.2.22 #37

fix(deps): update dependency korojscommands to v1.2.22

fix(deps): update dependency korojscommands to v1.2.22 #37

Workflow file for this run

name: ci
on: [push]
jobs:
tests:
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-22.04]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install npm dependencies
run: npm install
- name: linter readme.md
run: npm run lint:markdown