Skip to content

Fix plugin install and CI smoke #108

Fix plugin install and CI smoke

Fix plugin install and CI smoke #108

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
smoke:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Validate regex packs
run: python3 scripts/validate-patterns.py config
- name: Run smoke tests
run: bash tests/smoke.sh