Skip to content

Complete modernization of PAI plugin: Add Security Validator, Real-ti… #14

Complete modernization of PAI plugin: Add Security Validator, Real-ti…

Complete modernization of PAI plugin: Add Security Validator, Real-ti… #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Build
run: bun run build