Skip to content

Merge pull request #1 from mohsinht/feat/v0.1.1-foundation #5

Merge pull request #1 from mohsinht/feat/v0.1.1-foundation

Merge pull request #1 from mohsinht/feat/v0.1.1-foundation #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check
- run: npm audit --audit-level=high