Skip to content

fix: match plugin updater parity #4

fix: match plugin updater parity

fix: match plugin updater parity #4

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install runtime tools
run: sudo apt-get update && sudo apt-get install -y zsh jq curl
- name: Run checks
run: ./scripts/check.sh