Skip to content

Fix broken os_patch_level check #46

Fix broken os_patch_level check

Fix broken os_patch_level check #46

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run [ci, lint, format]
run: |
npm ci
npm run lint
npm run format -- --check --no-write