Skip to content

fix: ground diff risk severity in changed files #80

fix: ground diff risk severity in changed files

fix: ground diff risk severity in changed files #80

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run ci